.TH BSctx_set_num_rhs 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_num_rhs \- Set the number of RHSs to be solved for. .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B num_rhs - The number of RHSs to be solved for. .PD 1 .SH RETURNS void .SH NOTES This value must agree with the number of RHSs the BScomm data structure expects. See BSsetup_block(). .SH SYNOPSIS .nf void BSctx_set_num_rhs(BSprocinfo *context, int num_rhs) .fi .SH LOCATION BlockSolve95/src/BScontext.c