This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

matrix multiplication


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

-- 
Matthew J. Doller 
mdoller@wpi.edu
http://www.wpi.edu/~mdoller


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]