Complex Singular Value Decomposition<T>.Right Singular Vectors Property
Gets the right 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>> RightSingularVectors { get; protected set; }
Property Value
Matrix<Complex<T>>a DenseMatrix<T>.
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, null is returned.