BandMatrix<T>.IsUpperTriangular 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#
public override bool IsUpperTriangular { get; }

Property Value

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

See Also