开发者

Matrix multiplication in GSL-GNU

开发者 https://www.devze.com 2022-12-15 14:05 出处:网络
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 i

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消