Returns the ith right eigenvector.

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

Syntax

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

Parameters

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

Return Value

The ith right eigenvector.

See Also