Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BScopy_nz(3)			  BlockSolve95			    BScopy_nz(3)

NAME
     BScopy_nz - Copy the nonzero values from one matrix to another

INPUT PARAMETERS
     A	    - The source matrix

OUTPUT PARAMETERS
     newA   - The destination matrix

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  as-
     sumption  that  the  diagonal of one matrix is either known or stored else-
     where) associated with the cliques.

SYNOPSIS
     void BScopy_nz(BSpar_mat *A, BSpar_mat *newA)

LOCATION
      BlockSolve95/src/BScopy_nz.c

				    1/10/1996			    BScopy_nz(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BScopy_nz&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help