SparseCompressedColumnMatrix<T>.IsUpperTriangular Property
Gets whether this
instance is storedTriangle triangular.
DefinitionPermalink
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
true if the instance is storedTriangle triangular; false otherwise.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public override bool IsUpperTriangular { get; }
Property ValuePermalink
Booleantrue if the instance is storedTriangle triangular; false otherwise.