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