DragonFly On-Line Manual Pages
BSb_forward(3) BlockSolve95 BSb_forward(3)
NAME
BSb_forward - Forward triangular matrix multiplication on a block of
vectors
INPUT PARAMETERS
A - The sparse matrix
x - The contiguous block of input vectors
comm - The communication structure for A
block_size
- the number of input vectors
procinfo
- the usual processor information
OUTPUT PARAMETERS
b - on exit these vectors contain A*x
RETURNS
void
SYNOPSIS
void BSb_forward(BSpar_mat *A, FLOAT *x, FLOAT *b, BScomm *comm,
int block_size, BSprocinfo *procinfo)
LOCATION
BlockSolve95/src/BSb_forward.c
10/26/1995 BSb_forward(3)