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