Matrix<T>.Is Lower Triangular Property
Gets a value that indicates if all elements of the matrix above the main diagonal are zero.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the matrix is lower triangular; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual bool IsLowerTriangular { get; }
Property Value
Booleantrue if the matrix is lower triangular; otherwise false.