DragonFly On-Line Manual Pages
BSfor_solve(3) BlockSolve95 BSfor_solve(3)
NAME
BSfor_solve - 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
SYNOPSIS
void BSfor_solve(BSpar_mat *A, FLOAT *x, BScomm *comm, BSprocinfo *procinfo)
LOCATION
BlockSolve95/src/BSfor_solve.c
1/5/1996 BSfor_solve(3)