personalityson

Results 7 comments of personalityson

Just learned there is a walkaround by using sbmv http://stackoverflow.com/questions/7621520/element-wise-vector-vector-multiplication-in-blas Elementwise matrix*matrix product would still be nice...

> less wasteful way with _gemv or _gemm (i.e free dimension(s) ==1) Please explain... Do you extract the diagonal from the resulting matrix somehow? How is it less wasteful?

The only way I see with gemv/gemm is to multiply two vectors v1T * v2 (of the same size), which returns a square matrix, and the diagonal is actually the...

I still don't see it. Please give us a concrete example Assume size(v1) = size(v2)

dgemv "N", n, 1, 1.0, v1, n, v2, 1, 1.0, res, 1 This returns v1 multiplied by the first element in v2...

Btw, the stdcall requirement normally needed for dlls to work in VBA only applies to 32bit dlls I saw an old feature request from 2014 also related to VBA: https://github.com/xianyi/OpenBLAS/issues/423...

I have the same problem. Nothing helps, the site has been dead for at least a year -- as is the owner?