DragonFly On-Line Manual Pages

Search: Section:  


BSb_for_solve(3)                 BlockSolve95                 BSb_for_solve(3)

NAME

BSb_for_solve - Forward triangular matrix solution on a block of vectors

INPUT PARAMETERS

A - The sparse matrix x - The contiguous block of rhs's comm - The communication structure for A block_size - the number of rhs's procinfo - the usual processor information

OUTPUT PARAMETERS

b - on exit these vectors contain the solution vector

RETURNS

void

SYNOPSIS

void BSb_for_solve(BSpar_mat *A, FLOAT *x, BScomm *comm, int block_size, BSprocinfo *procinfo)

LOCATION

BlockSolve95/src/BSb_for_solve.c 10/26/1995 BSb_for_solve(3)

Search: Section: