.TH BSb_back_solve 3 "10/28/1995" " " "BlockSolve95" .SH NAME BSb_back_solve \- Backward triangular matrix solution on a block of right hand sides .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix .PD 1 .PD 0 .TP .B x - The contiguous block of right hand sides .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 x - on exit these vectors contain the solution vectors .PD 1 .SH RETURNS void .SH SYNOPSIS .nf void BSb_back_solve(BSpar_mat *A, FLOAT *x, BScomm *comm, int block_size, BSprocinfo *procinfo) .fi .SH LOCATION BlockSolve95/src/BSb_back_solve.c