.TH BSctx_set_scaling 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_scaling \- Set whether or not the linear system should solved or not. .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B scaling - if TRUE, then scaled system should be solved .PD 1 .SH RETURNS void .SH NOTES See BSscale_diag(). .SH SYNOPSIS .nf void BSctx_set_scaling(BSprocinfo *context, int scale) .fi .SH LOCATION BlockSolve95/src/BScontext.c