PARALLAX
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
csr_transpose
Subroutine
16 statements
Source File
csrmat_m.f90
csrmat_m
csr_transpose
Contents
public subroutine csr_transpose(a, atransp)
Transposes matrix a
Arguments
Type
Intent
Optional
Attributes
Name
type(
csrmat_t
),
intent(in)
::
a
CSR matrix
type(
csrmat_t
),
intent(out),
allocatable
::
atransp
Transposed matrix in CSR format