Destroy_SuperNode_Matrix - independent C function in the serial SuperLU solver that deallocates a SuperMatrix in supernodal for- mat.
#include <sunperf.h> void Destroy_SuperNode_Matrix(SuperMatrix *L); void Destroy_SuperNode_Matrix_64(SuperMatrix_64 *L);
Oracle Solaris Studio Performance Library
Destroy_SuperNode_Matrix(3P)
NAME
Destroy_SuperNode_Matrix - Precision-independent C function in the
serial SuperLU solver that deallocates a SuperMatrix in supernodal for-
mat.
SYNOPSIS
#include <sunperf.h>
void Destroy_SuperNode_Matrix(SuperMatrix *L);
void Destroy_SuperNode_Matrix_64(SuperMatrix_64 *L);
PURPOSE
Destroy_SuperNode_Matrix() deallocates a SuperMatrix structure in
supernodal format.
ARGUMENTS
SuperMatrix *L (input) - pointer to SuperMatrix L, which is in column-
wise, supernodal format (Stype = SLU_SC).
SEE ALSO
sCreate_SuperNode_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
Destroy_SuperNode_Matrix(3P)