.TH BSb_for_solve 3 "10/26/1995" " " "BlockSolve95" .SH NAME BSb_for_solve \- Forward triangular matrix solution on a block of vectors .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix .PD 1 .PD 0 .TP .B x - The contiguous block of rhs's .PD 1 .PD 0 .TP .B comm - The communication structure for A .PD 1 .PD 0 .TP .B block_size - the number of rhs's .PD 1 .PD 0 .TP .B procinfo - the usual processor information .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B b - on exit these vectors contain the solution vector .PD 1 .SH RETURNS void .SH SYNOPSIS .nf void BSb_for_solve(BSpar_mat *A, FLOAT *x, BScomm *comm, int block_size, BSprocinfo *procinfo) .fi .SH LOCATION BlockSolve95/src/BSb_for_solve.c