ArrayAttributes.IsStoredInLowerTriangle Property

For triangluar, symmetric and Hermitian matrices, indicates that only the elements in the lower triangle are stored.

Definition

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

Property Value

Boolean

See Also