Kindly tell me the function of matrix multiplication in GSL library. I have searched a lot but I am not be able to fine it. If any one know about that function kindly answer. Thanks in advance.

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

I think you'll want to use the gemm family of functions, such as gsl_blas_sgemm(). Just set the scalars to one and the added matrix to zero. An example is here.

link|improve this answer
Thanks a lot for your help. – Siddiqui Jan 8 '10 at 4:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.