Gets the right singular vectors of the decomposition.

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property RightSingularVectors As GeneralMatrix
C#
public GeneralMatrix RightSingularVectors { get; }
C++
public:
GeneralMatrix^ RightSingularVectors {
	GeneralMatrix^ get ();
}

Value

a GeneralMatrix.

Remarks

This property returns the matrix V in the decomposition A= USVT.

If no right singular vectors were requested and the decomposition has been performed already, nullNothingnullptr is returned.