TriangularMatrix<T>.IsUpperTriangular Property

Gets whether this instance is upper triangular.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override bool IsUpperTriangular { get; }

Property Value

Boolean
true if the instance is upper triangular; false otherwise.

See Also