Returns the right singular vectors.

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

Syntax

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

Return Value

A double matrix containing the right singular vectors

See Also