|
Minotaur 0.4.1
Docs for developers
|
Public Member Functions | |
| Eigen () | |
| Default constructor. | |
| void | add (double value, LinearFunctionPtr e_vector) |
| Add an eigen value and an eigen vector to the current list. | |
| UInt | numNegative () const |
| Get the number of negative eigen values. | |
| UInt | numZero () const |
| Get the number of zero eigen values. | |
| UInt | numPositive () const |
| Get the number of positive eigen values. | |
| EigenPairConstIterator | begin () const |
| Get the first evPair. | |
| EigenPairConstIterator | end () const |
| Get the last evPair. | |
| void | write (std::ostream &s) const |
| Display the values and the vectors. | |