.TH BSmain_reperm 3 "10/19/1995" " " "BlockSolve95" .SH NAME BSmain_reperm \- Permute the sparse matrix using data structures generated by BSmain_perm on the same matrix structure .SH INPUT PARAMETERS .PD 0 .TP .B procinfo - the usual processor information .PD 1 .PD 0 .TP .B A - the original sparse matrix .PD 1 .PD 0 .TP .B pA - the matrix generated by an execution of BSmain_perm .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B pA - same as pA except that the nonzero values in pA are the same as those in A .PD 1 .SH RETURNS void .SH NOTES The matrix pA must have been generated by BSmain_perm with retain set to TRUE. .SH SYNOPSIS .nf void BSmain_reperm(BSprocinfo *procinfo, BSspmat *A, BSpar_mat *pA) .fi .SH LOCATION BlockSolve95/src/BSmain_reperm.c