PEXSI
 All Classes Namespaces Files Functions Variables Friends Pages
Classes | Namespaces | Functions
superlu_dist_interf.cpp File Reference

Interface to SuperLU_Dist (v3.3). More...

#include "superlu_dist_interf.hpp"
#include "superlu_ddefs.h"
#include "Cnames.h"

Classes

struct  PEXSI::SuperLUGrid::GridData
 
struct  PEXSI::SuperLUMatrix::SuperLUData
 Data of a matrix in the SuperLU format. More...
 

Namespaces

 PEXSI
 The main namespace.
 

Functions

void pdsymbfact (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)
 pdsymbfact performs symbolic factorization that can be reused. More...
 

Detailed Description

Interface to SuperLU_Dist (v3.3).

Author
Lin Lin
Date
2012-11-15

Function Documentation

void pdsymbfact ( 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 
)

pdsymbfact performs symbolic factorization that can be reused.

pdsymbfact is a simplified version of the driver subroutine pdgssvx from SuperLU_DIST. For its use see SuperLUMatrix for more information.