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