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