 | DoubleSVDecompSingularValue Method |
Returns the specified singular value.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic double SingularValue(
int i
)
Public Function SingularValue (
i As Integer
) As Double
public:
double SingularValue(
int i
)
member SingularValue :
i : int -> float
Parameters
- i
- Type: SystemInt32
Index.
Return Value
Type:
DoubleThe
ith singular value.
RemarksThis is the same as the ith diagonal
element of the matrix S.
See Also