Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

dCopy_CompCol_Matrix (3p)

Name

dCopy_CompCol_Matrix - Copy_CompCol_Matrix: cCopy_CompCol_Matrix, dCopy_CompCol_Matrix, A utility C function in the serial SuperLU solver that copies one SuperMatrix into another.

Synopsis

#include <sunperf.h>


void sCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


void dCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


void cCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


void zCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


void sCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


void dCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


void cCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


void zCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);

Description

Oracle Solaris Studio Performance Library              Copy_CompCol_Matrix(3P)



NAME
       Copy_CompCol_Matrix:     cCopy_CompCol_Matrix,    dCopy_CompCol_Matrix,
       sCopy_CompCol_Matrix, zCopy_CompCol_Matrix - A utility  C  function  in
       the serial SuperLU solver that copies one SuperMatrix into another.


SYNOPSIS
       #include <sunperf.h>


       void sCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


       void dCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


       void cCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


       void zCopy_CompCol_Matrix(SuperMatrix *A, SuperMatrix *B);


       void sCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


       void dCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


       void cCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


       void zCopy_CompCol_Matrix_64(SuperMatrix_64 *A, SuperMatrix_64 *B);


PURPOSE
       Copy_CompCol_Matrix()  copies a SuperMatrix and all its describing ele-
       ments into another SuperMatrix.


ARGUMENTS
       SuperMatrix *A (input)
                 A is the source SuperMatrix.


       SuperMatrix *B (output)
                 B is the destination SuperMatrix to which A is copied.


SEE ALSO
       Create_CompCol_Matrix

       SuperMatrix

       http://crd.lbl.gov/~xiaoye/SuperLU/

       James W. Demmel, Stanley C. Eisenstat, John R. Gilbert,  Xiaoye  S.  Li
       and  Joseph  W. H. Liu, "A supernodal approach to sparse partial pivot-
       ing", SIAM J. Matrix Analysis and Applications, Vol. 20, Num. 3,  1999,
       pp. 720-755.



                                  7 Nov 2015           Copy_CompCol_Matrix(3P)