BSb_forward - Forward triangular matrix multiplication on a block
of vectors
- 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
- b
- - on exit these vectors contain A*x
void BSb_forward(BSpar_mat *A, FLOAT *x, FLOAT *b, BScomm *comm,
int block_size, BSprocinfo *procinfo)
BlockSolve95/src/BSb_forward.c