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