Packed matrix-vector multiplication
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.
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.