LUDecomposition<T>.UpperTriangularFactor Property

Gets the upper triangular component of this LUDecomposition<T>.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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