Generalized Singular Value Decomposition<T>.Trimmed Shared Triangular Factor Property
Gets the non-zero portion of the shared triangular matrix
of 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> TrimmedSharedTriangularFactor { get; protected set; }
Property Value
Matrix<T>a DenseMatrix<T>.
Remarks
This property returns the matrix R in the decomposition.