Click or drag to resize

DoubleMatrixIsTriangular Property

Gets a value indicating whether this instance is triangular.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool IsTriangular { get; }

Property Value

Type: Boolean
true if this instance is triangular; otherwise, false.

Implements

IMatrixPatternsIsTriangular
Remarks

A matrix is triangular if it is lower or upper triangular.

See Also