escript Revision_
UMFPACK.h File Reference
#include "SparseMatrix.h"

Go to the source code of this file.

Classes

struct  paso::UMFPACK_Handler
 

Namespaces

namespace  paso
 

Functions

void paso::UMFPACK_free (SparseMatrix< double > *A)
 frees any UMFPACK related data from the matrix
 
void paso::UMFPACK_free (SparseMatrix< cplx_t > *A)
 frees any UMFPACK related data from the matrix
 
void paso::UMFPACK_solve (SparseMatrix_ptr< double > A, double *out, double *in, dim_t numRefinements, bool verbose)
 calls the solver
 
void paso::UMFPACK_solve (SparseMatrix_ptr< cplx_t > A, cplx_t *out, cplx_t *in, dim_t numRefinements, bool verbose)
 calls the solver