HermitianMatrix<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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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