BSmain_reperm - Permute the sparse matrix using data structures generated by
BSmain_perm on the same matrix structure
- procinfo
- - the usual processor information
- A
- - the original sparse matrix
- pA
- - the matrix generated by an execution of BSmain_perm
- pA
- - same as pA except that the nonzero values in pA are the same as those in
A
The matrix pA must have been generated by BSmain_perm with retain set to TRUE.
void BSmain_reperm(BSprocinfo *procinfo, BSspmat *A, BSpar_mat *pA)
BlockSolve95/src/BSmain_reperm.c