| FloatComplexSVDecompSingularValue Method |
Returns the specified singular value.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public float SingularValue(
int i
)
Public Function SingularValue (
i As Integer
) As Single
public:
float SingularValue(
int i
)
member SingularValue :
i : int -> float32
Parameters
- i Int32
- Index.
Return Value
SingleThe
ith singular value.
Remarks This is the same as the ith diagonal
element of the matrix S.
See Also