Returns the singular values.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax Public Function GetS As Double()
public:
array<double>^ GetS()
member GetS : unit -> float[]
Return Value
Type:
Double
A
double array containing the singular values of the matrix.
See Also