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

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TriangleMode As MatrixTriangleMode
C#
public MatrixTriangleMode TriangleMode { get; }
C++
public:
MatrixTriangleMode TriangleMode {
	MatrixTriangleMode get ();
}

Value

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