|
NAMEBSset_diag - Set the diagonal of A to a constantINPUT PARAMETERS
OUTPUT PARAMETERS
RETURNSvoidNotes: In the nonsymmetric case we set the diagonal +/-my_alpha depending on the sign of the diagonal. SYNOPSIS/* Set the diagonal of the matrix to my_alpha */ void BSset_diag(BSpar_mat *A, FLOAT my_alpha, BSprocinfo *procinfo) LOCATIONBlockSolve95/src/BSset_diag.c
Visit the GSP FreeBSD Man Page Interface. |