matrix multiplication

Dan, Ho-Jin hjdan@sys713.kaist.ac.kr
Tue Nov 27 12:54:00 GMT 2001


try to use level 3 of blas.
gsl supports blas interfaces. A simple example is attatched. gsl_gemm.c
LDFLAGS=-lgsl -lgslcblas -lm
yours
Dan, Ho-Jin

Matthew J. Doller wrote:

>someone correct me if i am wrong, but is there really no way of
>multiplying two matrices, or a matrix and a vector with gsl
>i know i can go element by element, but i'm looking for something of the
>form:
>
>return_matrix = gsl_matrix_mul_matrix_by_matrix ( matrix_one ,
>matrix_two );
>
>thanks!
>matt
>


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gsl_gemm.c
URL: <http://sourceware.org/pipermail/gsl-discuss/attachments/20011127/b127fd39/attachment.c>


More information about the Gsl-discuss mailing list