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