.TH BSget_diag 3 "10/19/1995" " " "BlockSolve95" .SH NAME BSget_diag \- Retrieve the diagonal of the matrix .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix .PD 1 .PD 0 .TP .B procinfo - the usual processor info .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B diag - The vector containing the diagonal .PD 1 .SH RETURNS void .SH NOTES Find the diagonal in the dense matrices associated with the cliques. .SH SYNOPSIS .nf void BSget_diag(BSpar_mat *A, FLOAT *diag, BSprocinfo *procinfo) .fi .SH LOCATION BlockSolve95/src/BSget_diag.c