Choral
All Classes Namespaces Files Functions Variables Modules
Private Member Functions | List of all members
csr_mod::reorder Interface Reference

reorder rows and cols of a matrix following a permutation of the indexes More...

Collaboration diagram for csr_mod::reorder:
Collaboration graph

Private Member Functions

subroutine csr_reorder (s, perm, permInv)
 reorder s according to the permutation perm, permInv = perm^{-1} More...
 

Detailed Description

reorder rows and cols of a matrix following a permutation of the indexes

Definition at line 156 of file csr_mod.F90.

Member Function/Subroutine Documentation

◆ csr_reorder()

subroutine csr_mod::reorder::csr_reorder ( type(csr), intent(inout)  s,
integer, dimension(:), intent(in)  perm,
integer, dimension(:), intent(in)  permInv 
)
private

reorder s according to the permutation perm, permInv = perm^{-1}

Definition at line 652 of file csr_mod.F90.


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