|
NAMEBScopy_nz - Copy the nonzero values from one matrix to anotherINPUT PARAMETERS
OUTPUT PARAMETERS
RETURNSvoidNotes: 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. SYNOPSISvoid BScopy_nz(BSpar_mat *A, BSpar_mat *newA) LOCATIONBlockSolve95/src/BScopy_nz.c
Visit the GSP FreeBSD Man Page Interface. |