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


Calls

proc~~csr_transpose~2~~CallsGraph proc~csr_transpose~2 csr_transpose proc~sort_row sort_row proc~csr_transpose~2->proc~sort_row

Called by

proc~~csr_transpose~2~~CalledByGraph proc~csr_transpose~2 csr_transpose proc~complete_support_map complete_support_map proc~complete_support_map->proc~csr_transpose~2 program~test_diffusion test_diffusion program~test_diffusion->proc~complete_support_map