DragonFly On-Line Manual Pages

Search: Section:  


BSmain_reperm(3)                 BlockSolve95                 BSmain_reperm(3)

NAME

BSmain_reperm - Permute the sparse matrix using data structures generated by BSmain_perm on the same matrix structure

INPUT PARAMETERS

procinfo - the usual processor information A - the original sparse matrix pA - the matrix generated by an execution of BSmain_perm

OUTPUT PARAMETERS

pA - same as pA except that the nonzero values in pA are the same as those in A

RETURNS

void

NOTES

The matrix pA must have been generated by BSmain_perm with retain set to TRUE.

SYNOPSIS

void BSmain_reperm(BSprocinfo *procinfo, BSspmat *A, BSpar_mat *pA)

LOCATION

BlockSolve95/src/BSmain_reperm.c 10/19/1995 BSmain_reperm(3)

Search: Section: