LUDecomposition<T>.UpperTriangularFactor 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#
public Matrix<T> UpperTriangularFactor { get; protected set; }

Property Value

Matrix<T>
An upper triangular Matrix<T>. The matrix can be of any type.

See Also