| Interface | Description |
|---|---|
| BLAS |
Basic Linear Algebra Subprograms.
|
| LAPACK |
Linear Algebra Package.
|
| Enum | Description |
|---|---|
| Diag |
The flag if a triangular matrix has unit diagonal elements.
|
| EigenRange |
THe option of eigenvalue range.
|
| EVDJob |
The option if computing eigen vectors.
|
| Layout |
Matrix layout.
|
| Side |
The flag if the symmetric matrix A appears on the left or right
in the matrix-matrix operation.
|
| SVDJob |
The option if computing singular vectors.
|
| Transpose |
Matrix transpose.
|
| UPLO |
The format of packed matrix storage.
|