6

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.

Amro
  • 123,847
  • 25
  • 243
  • 454
Siddiqui
  • 7,662
  • 17
  • 81
  • 129

1 Answers1

14

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.

mrkj
  • 3,041
  • 19
  • 24