Gets the matrix whose columns are the right singular vectors of this decomposition.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix RightVectors { get; }
Visual Basic (Declaration)
Public ReadOnly Property RightVectors As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ RightVectors {
	DoubleMatrix^ get ();
}

See Also