linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
linalg::size Interface Reference

Determines the size of the requested dimension of the supplied sparse matrix. More...

Public Member Functions

 csr_size
 
 msr_size
 

Detailed Description

Determines the size of the requested dimension of the supplied sparse matrix.

Syntax
integer(int32) pure function size(class(csr_matrix) x, integer(int32) dim)
integer(int32) pure function size(class(msr_matrix) x, integer(int32) dim)
Parameters
[in]xThe sparse matrix.
[in]dimEither 1 (row) or 2(column).
Returns
The size of the requested dimension.

Definition at line 5356 of file linalg.f90.


The documentation for this interface was generated from the following file: