Matrix<T>.Is Upper Triangular Property
Gets a value that indicates if all elements of the matrix below the main diagonal are zero.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the matrix is upper triangular; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual bool IsUpperTriangular { get; }
Property Value
Booleantrue if the matrix is upper triangular; otherwise false.