.TH BSset_diagv 3 "10/19/1995" " " "BlockSolve95" .SH NAME BSset_diagv \- Set the diagonal equal to a vector .SH INPUT PARAMETERS .PD 0 .TP .B A - a sparse matrix .PD 1 .PD 0 .TP .B diag - the vector .PD 1 .PD 0 .TP .B procinfo - the usual processor stuff .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B A - a sparse matrix with the diagonal set to diag .PD 1 .SH RETURNS void .SH SYNOPSIS .nf void BSset_diagv(BSpar_mat *A, FLOAT *diag, BSprocinfo *procinfo) .fi .SH LOCATION BlockSolve95/src/BSset_diagv.c