DragonFly On-Line Manual Pages
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)