Returns the left singular vectors.

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

Syntax

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

Return Value

A double matrix containing the left singular vectors.

See Also