.TH BScopy_par_mat 3 "4/10/1996" " " "BlockSolve95" .SH NAME BScopy_par_mat \- Create of copy of a matrix .SH INPUT PARAMETERS .PD 0 .TP .B A - The sparse matrix .PD 1 .SH RETURNS the copy of A .SH NOTES .br In the ICC case, we reuse the block matrices .br in the cliques (we use the unused portion). .br We reuse the permutations. .br We reuse the map color_2_cl. .br We reuse the diagonal. .br We reuse the global numbering. .br We reuse the reperm structure. .br As in the original matrix, we only have a pointer .br to the map. IMPORTANT: this reuse must be .br accounted for when freeing things. .SH SYNOPSIS .nf BSpar_mat *BScopy_par_mat(BSpar_mat *A) .fi .SH LOCATION BlockSolve95/src/BScopy_par_mat.c