DragonFly On-Line Manual Pages

Search: Section:  


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)

Search: Section: