AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
Struct for pivot tolerances to be used when initializing, and augmenting and deleting rows and columns. More...
#include <AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp>
Public Attributes | |
value_type | warning_tol |
value_type | singular_tol |
value_type | wrong_inertia_tol |
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.
value_type AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::warning_tol |
Definition at line 179 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
value_type AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::singular_tol |
Definition at line 181 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
value_type AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::wrong_inertia_tol |
Definition at line 183 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.