Page 1 of 1

Packed matrix-vector multiplication

PostPosted: Fri Jun 12, 2015 8:31 am
by wideli81
Hey there,

I am a Fortran user. At the moment, I am developing a code requires a series of matrix-vector multiplication, where all the matrices has different dimension. At the moment, I would like to avoid defining a data structure but to pack all matrices as a 1D array and carry out the multiplications. Those matrices are dence and non-symmetric.

Could anyone let me know what the best routines for solving this problem?

Thanks very much in advance.