ArrayAttributes.StoredTriangle Property

For triangular matrices and matrices with symmetry, indicates whether only the elements in the upper or lower triangle are stored.

Definition

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

Property Value

MatrixTriangle

See Also