LUDecomposition<T>.Upper Triangular Factor Property
Gets the upper triangular component
of this LUDecomposition<T>.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An upper triangular Matrix<T>. The matrix can be of any type.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Matrix<T> UpperTriangularFactor { get; protected set; }
Property Value
Matrix<T>An upper triangular Matrix<T>. The matrix can be of any type.