.TH BSbackward 3 "1/5/1996" " " "BlockSolve95" .SH NAME BSbackward \- Backward triangular matrix multiplication on a single vector .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix .PD 1 .PD 0 .TP .B x - The input vector .PD 1 .PD 0 .TP .B comm - The communication structure for A .PD 1 .PD 0 .TP .B procinfo - the usual processor information .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B b - on exit contains A*x .PD 1 .SH RETURNS void .SH SYNOPSIS .nf void BSbackward(BSpar_mat *A, FLOAT *x, FLOAT *b, BScomm *comm, BSprocinfo *procinfo) .fi .SH LOCATION BlockSolve95/src/BSbackward.c