Array Attributes.Stored In Upper Triangle Field
Specifies that the matrix elements of a triangular, symmetric, or Hermitian matrix
are stored in the upper triangular part of the matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static readonly ArrayAttributes StoredInUpperTriangle
Field Value
ArrayAttributesRemarks
This flag does not mean that a triangular matrix is upper triangular.
This is determined in combination with the transformation attributes.