MOOCHO (Single Doxygen Collection)
Version of the Day
|
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 |
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.
anonymous enum |
Enumerator | |
---|---|
UNKNOWN |
Definition at line 142 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
|
inline |
Definition at line 143 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
int AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::neg_eigens |
Definition at line 153 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
int AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::zero_eigens |
Definition at line 155 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.
int AbstractLinAlgPack::MatrixSymAddDelUpdateable::Inertia::pos_eigens |
Definition at line 157 of file AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp.