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