GeneralizedSingularValueDecomposition<T>.TrimmedSharedTriangularFactor Property

Gets the non-zero portion of the shared triangular matrix of the decomposition.

DefinitionPermalink

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

Property ValuePermalink

Matrix<T>
a DenseMatrix<T>.

RemarksPermalink

This property returns the matrix R in the decomposition.

See AlsoPermalink