Destroy_SuperMatrix_Store - independent C function in the serial SuperLU solver that deallocates the actual storage used to store the matrix in a SuperMatrix.
#include <sunperf.h> void Destroy_SuperMatrix_Store(SuperMatrix *A); void Destroy_SuperMatrix_Store_64(SuperMatrix_64 *A);
Oracle Solaris Studio Performance Library
Destroy_SuperMatrix_Store(3P)
NAME
Destroy_SuperMatrix_Store - Precision-independent C function in the
serial SuperLU solver that deallocates the actual storage used to store
the matrix in a SuperMatrix.
SYNOPSIS
#include <sunperf.h>
void Destroy_SuperMatrix_Store(SuperMatrix *A);
void Destroy_SuperMatrix_Store_64(SuperMatrix_64 *A);
PURPOSE
Destroy_SuperMatrix_Store() deallocates the second level storage used
to store the matrix in SuperMatrix.
ARGUMENTS
SuperMatrix *A (input) - pointer to SuperMatrix A.
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_SuperMatrix_Store(3P)