Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace
Represents the possible values specifying the part of the storage array where the elements of a triangular or symmetrical matrix are stored.
This enumeration corresponds to the Uplo parameter
in the BLAS and LAPACK routines, and the CBLAS_UPLO enum in
the CBLAS interface definition.
| Member Name | Description |
|---|---|
| Upper | The matrix is upper triangular, or the matrix elements are stored in the upper triangular portion of the storage array. |
| Lower | The matrix is lower triangular, or the matrix elements are stored in the lower triangular portion of the storage array. |
| Both | Both upper and lower diagonal elements are present. |
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)
Extreme.Mathematics.LinearAlgebra Namespace