29 #ifndef __PASO_UMFPACK_H__ 30 #define __PASO_UMFPACK_H__ 34 #ifdef ESYS_HAVE_UMFPACK 47 dim_t numRefinements,
bool verbose);
51 #endif // __PASO_UMFPACK_H__ boost::shared_ptr< SparseMatrix > SparseMatrix_ptr
Definition: SparseMatrix.h:35
void UMFPACK_free(SparseMatrix *A)
frees any UMFPACK related data from the matrix
Definition: UMFPACK.cpp:35
void * symbolic
Definition: UMFPACK.h:41
void * numeric
Definition: UMFPACK.h:42
Definition: SparseMatrix.h:42
index_t dim_t
Definition: DataTypes.h:64
void UMFPACK_solve(SparseMatrix_ptr A, double *out, double *in, dim_t numRefinements, bool verbose)
calls the solver
Definition: UMFPACK.cpp:55