ArrayAttributes.IsStoredInUpperTriangle Property

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

Definition

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

Property Value

Boolean

See Also