MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | 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 Types

enum  { UNKNOWN = -1 }
 

Public Member Functions

 PivotTolerances ()
 
 PivotTolerances (value_type _warning_tol, value_type _singular_tol, value_type _wrong_inertia_tol)
 

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 Enumeration Documentation

anonymous enum
Enumerator
UNKNOWN 

Definition at line 163 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::PivotTolerances ( )
inline
AbstractLinAlgPack::MatrixSymAddDelUpdateable::PivotTolerances::PivotTolerances ( value_type  _warning_tol,
value_type  _singular_tol,
value_type  _wrong_inertia_tol 
)
inline

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: