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