Eigen values and eigen vectors. More...
#include <Matrix.hpp>
Public Attributes | |
Vector | values |
A vector contains the eigen values. | |
Matrix | vectors |
A matrix whose columns are eigen vectors. | |
Eigen values and eigen vectors.
Definition at line 291 of file Matrix.hpp.