Specifies that the matrix elements of a triangular, symmetric, or Hermitian matrix
are stored in the lower triangular part of the matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static readonly ArrayAttributes StoredInLowerTriangle
Public Shared ReadOnly StoredInLowerTriangle As ArrayAttributes
public:
static initonly ArrayAttributes StoredInLowerTriangle
static val StoredInLowerTriangle: ArrayAttributes
Field Value
Type:
ArrayAttributes
This flag does not mean that a triangular matrix is lower triangular.
This is determined in combination with the transformation attributes.
Reference