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: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Upper if the components are stored in the upper triangle; or Lower if the components are stored in the lower triangle.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.