.TH BSfree_copy_par_mat 3 "10/26/1995" " " "BlockSolve95" .SH NAME BSfree_copy_par_mat \- Free a copy of a sparse matrix (parallel format) .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix to be freed .PD 1 .SH RETURNS void Notes: Only those portions that are copies (and not pointers) are freed. .SH SYNOPSIS .nf void BSfree_copy_par_mat(BSpar_mat *A) .fi .SH LOCATION BlockSolve95/src/BSfree_par_mat.c