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