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

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

#include <AbstractLinAlgPack_MatrixSymAddDelUpdateable.hpp>

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 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: