Matrix<T>.IsLowerTriangular Property

Gets a value that indicates if all elements of the matrix above the main diagonal are zero.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual bool IsLowerTriangular { get; }

Property Value

Boolean
true if the matrix is lower triangular; otherwise false.

See Also