TriangularMatrix<T>.IsLowerTriangular Property

Gets whether this instance is lower triangular.

Definition

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

Property Value

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

See Also