|
From: | John Lamb |
Subject: | Re: [Help-gsl] matrix multiplication |
Date: | Thu, 15 Jul 2004 18:37:24 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 |
a a wrote:
hello,How can I multiply two matrix using gsl ? I found the gsl_matrix_add function , but not a gsl_matrix_multiply .Do I have to prgram it by myself ?
Look at the blas functions, particularly gsl_blas_dgemm. -- JDL
[Prev in Thread] | Current Thread | [Next in Thread] |