Complex Singular Value Decomposition<T>.Left Singular Vectors Property
Gets the left singular vectors of the decomposition.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A DenseMatrix<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<Complex<T>> LeftSingularVectors { get; protected set; }
Property Value
Matrix<Complex<T>>A DenseMatrix<T>.
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, null is returned.