SymmetricMatrix<T>.StoredTriangle Property

Gets a value that indicates whether the components of a Hermitian matrix are stored in the upper or lower triangle.

Definition

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

Property Value

MatrixTriangle
Upper if the components are stored in the upper triangle; or Lower if the components are stored in the lower triangle.

See Also