Pregunta

I have an matrix M that I need to calculate its Euclidean Norm of its rows. Is it possible to use the efficiency of BLAS library for such purpose?

¿Fue útil?

Solución

Yes, you can apply one of the NRM2 family of functions to each row separately.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top