KASKADE 7 development version
|
The Mumps struct allows to specify options which are exclusively relevant for the MUMPS solver. More...
#include <factorizationOptions.hh>
The Mumps struct allows to specify options which are exclusively relevant for the MUMPS solver.
Definition at line 60 of file factorizationOptions.hh.
Public Attributes | |
bool | inertia = false |
States whether to determine inertia of given matrix, only considered if matrixProperty is SYMMETRIC. More... | |
double | zeroPivotThreshold = 0.0 |
Threshold that defines which pivots will be considered as zero. See CNTL(3) in MUMPS documentation. More... | |
bool Kaskade::FactorizationOptions::Mumps::inertia = false |
States whether to determine inertia of given matrix, only considered if matrixProperty is SYMMETRIC.
Definition at line 62 of file factorizationOptions.hh.
double Kaskade::FactorizationOptions::Mumps::zeroPivotThreshold = 0.0 |
Threshold that defines which pivots will be considered as zero. See CNTL(3) in MUMPS documentation.
Definition at line 63 of file factorizationOptions.hh.
Referenced by Kaskade::MUMPSFactorization< Scalar >::analyze().