Generalized Singular Value Decomposition<T>.Primary Singular Vectors Property
Gets the left singular vectors of the matrix A in the decomposition.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A DenseMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Matrix<T> PrimarySingularVectors { get; protected set; }
Property Value
Matrix<T>A DenseMatrix<T>.
Remarks
This property returns the matrix U in the decomposition A=UΣ1[0 R]QT.
If no left singular vectors were requested and the decomposition has been performed already, null is returned.