![]() |
CLA3P v0.3.1
Compact Linear Algebra Parallel Portable Package
|
The Pardiso analysis phase parameters. More...

Public Member Functions | |
| void | setFillReducer (pardiso::reorder_t reorderMethod) |
| Sets the fill reducing ordering method. | |
| void | setFillReducer (const prm::PiMatrix &permMatrix) |
| Sets a custom fill-reducing permutation. | |
The Pardiso analysis phase parameters.
| void cla3p::pardiso::AnalysisParams::setFillReducer | ( | pardiso::reorder_t | reorderMethod | ) |
Sets the fill reducing ordering method.
| [in] | reorderMethod | The desired reordering method (MMD/Metis). |
Pardiso will internally calculate a fill-reducing ordering based on the method provided.
Default value is pardiso::reorder_t::Metis.
| void cla3p::pardiso::AnalysisParams::setFillReducer | ( | const prm::PiMatrix & | permMatrix | ) |
Sets a custom fill-reducing permutation.
| [in] | permMatrix | The user supplied permutation matrix. |
Pardiso will skip the fill-reducing ordering calculation and use the user supplied permutation matrix in the analysis phase.