KASKADE 7 development version
Public Attributes | List of all members
Kaskade::FactorizationOptions::Mumps Struct Reference

The Mumps struct allows to specify options which are exclusively relevant for the MUMPS solver. More...

#include <factorizationOptions.hh>

Detailed Description

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...
 

Member Data Documentation

◆ inertia

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.

◆ zeroPivotThreshold

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().


The documentation for this struct was generated from the following file: