--
You received this message because you are subscribed to the Google Groups "OpenBLAS-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openblas-user...@googlegroups.com.
To post to this group, send email to openbla...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Viorel, Xin,
I afraid BLAS doesn't support these functions. I suggest you can try Intel MKL Vector Math Library to calculate mul, power, sqrt on vectors.
For example, you can use vdMul as following.
vdMul(m*n, T, T, T);