Gets the computed eigenvalues.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public DoubleVector EigenValues { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property EigenValues As DoubleVector |
| Visual C++ |
|---|
public: property DoubleVector^ EigenValues { DoubleVector^ get (); } |