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