.TH BScopy_nz 3 "1/10/1996" " " "BlockSolve95" .SH NAME BScopy_nz \- Copy the nonzero values from one matrix to another .SH INPUT PARAMETERS .PD 0 .TP .B A - The source matrix .PD 1 .SH OUTPUT PARAMETERS .PD 0 .TP .B newA - The destination matrix .PD 1 .SH RETURNS void Notes: Recall that (in the incomplete Cholesky case) A and another matrix are symmetric and generally share the square dense matrices (with the assumption that the diagonal of one matrix is either known or stored elsewhere) associated with the cliques. .SH SYNOPSIS .nf void BScopy_nz(BSpar_mat *A, BSpar_mat *newA) .fi .SH LOCATION BlockSolve95/src/BScopy_nz.c