.TH BSback_solve1 3 "10/26/1995" " " "BlockSolve95" .SH NAME BSback_solve1 \- Backward triangular matrix solution on a single vector .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix .PD 1 .PD 0 .TP .B x - The rhs .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 x - on exit contains the solution vector .PD 1 .SH RETURNS void .SH NOTES We assume that A has no i-nodes or cliques .SH SYNOPSIS .nf void BSback_solve1(BSpar_mat *A, FLOAT *x, BScomm *comm, BSprocinfo *procinfo) .fi .SH LOCATION BlockSolve95/src/BSback_solve1.c