GeneralizedSingularValueDecomposition<T>.SecondarySingularVectors Property

Gets the left singular vectors of the matrix B in the decomposition.

DefinitionPermalink

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public Matrix<T> SecondarySingularVectors { get; protected set; }

Property ValuePermalink

Matrix<T>
A DenseMatrix<T>.

RemarksPermalink

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.

See AlsoPermalink