Specifies that the matrix elements of a triangular, symmetric, or Hermitian matrix
are stored in the upper triangular part of the matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static readonly ArrayAttributes StoredInUpperTriangle
Public Shared ReadOnly StoredInUpperTriangle As ArrayAttributes
public:
static initonly ArrayAttributes StoredInUpperTriangle
static val StoredInUpperTriangle: ArrayAttributes
Field Value
Type:
ArrayAttributes
This flag does not mean that a triangular matrix is upper triangular.
This is determined in combination with the transformation attributes.
Numerical Libraries
Supported in: 6.0, 5.x
Reference