Gets the left singular vectors of the decomposition.

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

Syntax

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

Value

A GeneralMatrix.

Remarks

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

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