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::Inertia Struct Reference

Struct for the inertia of the matrix. More...

#include <AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp>

Public Types

enum  { UNKNOWN = -1 }
 

Public Member Functions

 Inertia (int neg_eigen_vals=UNKNOWN, int zero_eigen_vals=UNKNOWN, int pos_eigen_vals=UNKNOWN)
 

Public Attributes

int neg_eigens
 
int zero_eigens
 
int pos_eigens
 

Detailed Description

Struct for the inertia of the matrix.

Any or all of the values neg_eigens, zero_eigens or pos_eigens may be UNKNOWN.

Definition at line 141 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.

Member Enumeration Documentation

anonymous enum
Enumerator
UNKNOWN 

Definition at line 142 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.

Constructor & Destructor Documentation

AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::Inertia ( int  neg_eigen_vals = UNKNOWN,
int  zero_eigen_vals = UNKNOWN,
int  pos_eigen_vals = UNKNOWN 
)
inline

Member Data Documentation

int AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::neg_eigens
int AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::zero_eigens
int AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::pos_eigens

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