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