Symmetric Matrix<T>.Stored Triangle 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#
Upper if the components are stored in the upper triangle; or Lower if the components are stored in the lower triangle.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public MatrixTriangle StoredTriangle { get; }
Property Value
MatrixTriangleUpper if the components are stored in the upper triangle; or Lower if the components are stored in the lower triangle.