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

  
 
  

home | help
BSfor_solve1(3) 		  BlockSolve95			 BSfor_solve1(3)

NAME
     BSfor_solve1 - Forward 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

NOTES
     We assume that A has no i-nodes or cliques

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

LOCATION
      BlockSolve95/src/BSfor_solve1.c

				   10/26/1995			 BSfor_solve1(3)

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

home | help