Returns the ith eigenvalue.

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

Syntax

C#
public float EigenValue(
	int i
)
Visual Basic (Declaration)
Public Function EigenValue ( _
	i As Integer _
) As Single
Visual C++
public:
float EigenValue(
	int i
)

Parameters

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

Return Value

The ith eigenvalue.

See Also