Struct for pivot tolerances to be used when initializing, and augmenting and deleting rows and columns.
More...
#include <AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp>
Struct for pivot tolerances to be used when initializing, and augmenting and deleting rows and columns.
Definition at line 162 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::PivotTolerances |
( |
| ) |
|
|
inline |
AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::PivotTolerances |
( |
value_type |
_warning_tol, |
|
|
value_type |
_singular_tol, |
|
|
value_type |
_wrong_inertia_tol |
|
) |
| |
|
inline |
value_type AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::warning_tol |
value_type AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::singular_tol |
value_type AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::wrong_inertia_tol |
The documentation for this struct was generated from the following file: