You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to request "Matrix plus Vector" function, if possible.
I have a matrix M(i,j) and I need to sum a vector V(i) to each Mcolumnj.
It would be nice to have V2(j) and be able to sum each Mrowi too.
I can create a for loop and iterate, but maybe there is a way to use BLAS to do it.
Kind regards,
Bruno
The text was updated successfully, but these errors were encountered:
Hi,
I would like to request "Matrix plus Vector" function, if possible.
I have a matrix
M(i,j)
and I need to sum a vectorV(i)
to eachM
columnj
.It would be nice to have
V2(j)
and be able to sum eachM
rowi
too.I can create a
for
loop and iterate, but maybe there is a way to use BLAS to do it.Kind regards,
Bruno
The text was updated successfully, but these errors were encountered: