csr_transpose Subroutine

public subroutine csr_transpose(a, atransp)

Transposes matrix a

Arguments

Type IntentOptional Attributes Name
type(csrmat_t), intent(in) :: a

CSR matrix

type(csrmat_t), intent(out), allocatable :: atransp

Transposed matrix in CSR format