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::transpose Interface Reference

Provides the transpose of a sparse matrix. More...

Public Member Functions

 csr_transpose
 

Detailed Description

Provides the transpose of a sparse matrix.

Syntax
type(csr_matrix) function transpose(class(csr_matrix) a)
Parameters
[in]aThe input matrix.
Returns
The resulting matrix.

Definition at line 5468 of file linalg.f90.


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