Symbolic factorization routine using complex arithmetic. More...
#include <math.h>
#include "superlu_zdefs.h"
Macros | |
#define | PRNTlevel 0 |
Functions | |
void | pzsymbfact (superlu_options_t *options, SuperMatrix *A, ScalePermstruct_t *ScalePermstruct, gridinfo_t *grid, LUstruct_t *LUstruct, SuperLUStat_t *stat, int *numProcSymbFact, int *info, double *totalMemory, double *maxMemory) |
pzsymbfact performs symbolic factorization that can be reused. More... | |
Symbolic factorization routine using complex arithmetic.
void pzsymbfact | ( | superlu_options_t * | options, |
SuperMatrix * | A, | ||
ScalePermstruct_t * | ScalePermstruct, | ||
gridinfo_t * | grid, | ||
LUstruct_t * | LUstruct, | ||
SuperLUStat_t * | stat, | ||
int * | numProcSymbFact, | ||
int * | info, | ||
double * | totalMemory, | ||
double * | maxMemory | ||
) |
pzsymbfact performs symbolic factorization that can be reused.
pzsymbfact is a simplified version of the driver subroutine pzgssvx from SuperLU_DIST. For its use see SuperLUMatrix for more information.