Click or drag to resize

FloatComplexSVDecompSingularValue Method

Returns the specified singular value.

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

Parameters

i  Int32
Index.

Return Value

Single
The ith singular value.
Remarks
This is the same as the ith diagonal element of the matrix S.
See Also