Returns the ith right eigenvector.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public FloatVector EigenVector(
	int i
)
Visual Basic (Declaration)
Public Function EigenVector ( _
	i As Integer _
) As FloatVector
Visual C++
public:
FloatVector^ EigenVector(
	int i
)

Parameters

i
Type: System..::.Int32
Index of the eigenvector to return (zero-based).

Return Value

The ith right eigenvector.

See Also