GeneralizedSingularValueDecomposition<T>.SharedFactor Property

Gets the shared factor in the decomposition.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Matrix<T> SharedFactor { get; protected set; }

Property Value

Matrix<T>
a DenseMatrix<T>.

Remarks

This property returns the product Q [0 R]T in the decomposition.

See Also