AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

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: