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

  
 
  

home | help
BSback_solve(3) 		  BlockSolve95			 BSback_solve(3)

NAME
     BSback_solve - Backward triangular matrix solution on a single vector

INPUT PARAMETERS
     A	    - The sparse matrix
     x	    - The rhs
     comm   - The communication structure for A
     procinfo
	    - the usual processor information

OUTPUT PARAMETERS
     x	    - on exit contains the solution vector

RETURNS
     void

SYNOPSIS
     void BSback_solve(BSpar_mat *A, FLOAT *x, BScomm *comm, BSprocinfo *procinfo)

LOCATION
      BlockSolve95/src/BSback_solve.c

				    1/5/1996			 BSback_solve(3)

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

home | help