Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BSmain_reperm&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help