Sparse Compressed Column Matrix<T>.Is Lower Triangular Property
Gets a value indicating whether this
instance is lower triangular.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the instance is lower triangular; false otherwise.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override bool IsLowerTriangular { get; }
Property Value
Booleantrue if the instance is lower triangular; false otherwise.