Returns the singular values.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double[] GetS()
Visual Basic (Declaration)
Public Function GetS As Double()
Visual C++
public:
array<double>^ GetS()

Return Value

A double array containing the singular values of the matrix.

See Also