linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Determines the size of the requested dimension of the supplied sparse matrix. More...
Public Member Functions | |
csr_size | |
msr_size | |
Determines the size of the requested dimension of the supplied sparse matrix.
[in] | x | The sparse matrix. |
[in] | dim | Either 1 (row) or 2(column). |
Definition at line 5356 of file linalg.f90.