linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Performs sparse matrix multiplication C = A * B. More...
Public Member Functions | |
csr_mtx_mtx_mult | |
csr_mtx_vec_mult | |
Performs sparse matrix multiplication C = A * B.
[in] | a | The M-by-K matrix A. |
[in] | b | The K-by-N matrix B. |
[in] | a | The M-by-N matrix A. |
[in] | b | The N-element array B. |
Definition at line 5382 of file linalg.f90.