.TH BSctx_set_guess 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSctx_set_guess \- Set whether to use zero as the initial vector for the iterative method or use the values given in the vector passed to the iterative method. .SH INPUT PARAMETERS .PD 0 .TP .B context - The context to change .PD 1 .PD 0 .TP .B guess - if TRUE, then use zero as initial vector. .PD 1 .SH RETURNS void .SH NOTES If a good initial guess is available then this context should be set to be FALSE. .SH SYNOPSIS .nf void BSctx_set_guess(BSprocinfo *context, int guess) .fi .SH LOCATION BlockSolve95/src/BScontext.c