Go to main content
Oracle Developer Studio 12.5 Man Pages

Exit Print View

Updated: June 2017
 
 

Destroy_CompCol_Permuted (3p)

Name

Destroy_CompCol_Permuted - independent C function in the serial SuperLU solver that deallocates a supermatrix in permuted, com- pressed sparse column format.

Synopsis

#include <sunperf.h>

void Destroy_CompCol_Permuted(SuperMatrix *A);

void Destroy_CompCol_Permuted_64(SuperMatrix_64 *A);

Description

Oracle Solaris Studio Performance Library
                                                  Destroy_CompCol_Permuted(3P)



NAME
       Destroy_CompCol_Permuted  -  Precision-independent  C  function  in the
       serial SuperLU solver that deallocates a supermatrix in permuted,  com-
       pressed sparse column format.


SYNOPSIS
       #include <sunperf.h>

       void Destroy_CompCol_Permuted(SuperMatrix *A);

       void Destroy_CompCol_Permuted_64(SuperMatrix_64 *A);


PURPOSE
       Destroy_CompCol_Permuted() deallocates a supermatrix in compressed col-
       umn format and permuted (NCPformat).


ARGUMENTS
       SuperMatrix *A (input) - pointer to SuperMatrix A, which is in  NCPfor-
       mat (Stype = SLU_NCP).


SEE ALSO
       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
                                                  Destroy_CompCol_Permuted(3P)