Matrix<T>.IsUpperTriangular Property

Gets a value that indicates if all elements of the matrix below the main diagonal are zero.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual bool IsUpperTriangular { get; }

Property Value

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

See Also