#include <PARDISOSolverDouble.h>
|
| | PARDISOSolverDouble () |
| |
| | PARDISOSolverDouble (const long long int matrixType) |
| |
| virtual | ~PARDISOSolverDouble () |
| |
| void | numericalFactorization (long long int *rowIndex, long long int *columns, double *values) |
| |
| void | solve (long long int *rowIndex, long long int *columns, double *values, long long int nrhs, double *rhsValues, double *solution) |
| |
| | PARDISOSolver () |
| |
| | PARDISOSolver (const long long int matrixType) |
| |
| virtual | ~PARDISOSolver () |
| |
| void | initialize (const std::string &oocHeaderName, const long long int imode, const long long int type) |
| |
| void | analysis (long long int nEq, long long int *rowIndex, long long int *columns) |
| |
| void | releaseMemory () |
| |
| void | writeMemoryRequired () const |
| |
| int | getSolutionStage () const |
| |
| void | setSolutionStage (const int stage) |
| |
◆ PARDISOSolverDouble() [1/3]
| PARDISOSolverDouble::PARDISOSolverDouble |
( |
| ) |
|
|
explicit |
◆ PARDISOSolverDouble() [2/3]
| PARDISOSolverDouble::PARDISOSolverDouble |
( |
const long long int |
matrixType | ) |
|
|
explicit |
◆ ~PARDISOSolverDouble()
| PARDISOSolverDouble::~PARDISOSolverDouble |
( |
| ) |
|
|
virtual |
◆ PARDISOSolverDouble() [3/3]
◆ numericalFactorization()
| void PARDISOSolverDouble::numericalFactorization |
( |
long long int * |
rowIndex, |
|
|
long long int * |
columns, |
|
|
double * |
values |
|
) |
| |
◆ operator=()
◆ solve()
| void PARDISOSolverDouble::solve |
( |
long long int * |
rowIndex, |
|
|
long long int * |
columns, |
|
|
double * |
values, |
|
|
long long int |
nrhs, |
|
|
double * |
rhsValues, |
|
|
double * |
solution |
|
) |
| |
The documentation for this class was generated from the following files: