Returns the ith eigenvalue.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public double EigenValue( int i ) |
| Visual Basic (Declaration) |
|---|
Public Function EigenValue ( _ i As Integer _ ) As Double |
| Visual C++ |
|---|
public: double EigenValue( int i ) |
Parameters
- i
- Type: System..::.Int32
Index of the eigenvalue to return (zero-based).