Click or drag to resize

FloatSymEigDecompEigenValue Method

Returns the ith eigenvalue.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public float EigenValue(
	int i
)

Parameters

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

Return Value

Single
The ith eigenvalue.
See Also