|
IFEM
90A354
|
Various enums for linear algebra scope. More...

Go to the source code of this file.
Namespaces | |
| LinAlg | |
| Linear algebra scope. | |
Enumerations | |
| enum | LinAlg::MatrixType { LinAlg::DENSE = 0 , LinAlg::SPR = 1 , LinAlg::SPARSE = 2 , LinAlg::SAMG = 3 , LinAlg::PETSC = 4 , LinAlg::ISTL = 5 , LinAlg::UMFPACK = 6 , LinAlg::DIAG = 7 } |
| The available system matrix formats and associated solvers. More... | |
| enum | LinAlg::LinearSystemType { LinAlg::GENERAL_MATRIX = 0 , LinAlg::SYMMETRIC = 1 , LinAlg::SPD = 2 } |
| Enum defining linear system properties. More... | |
| enum | LinAlg::StorageFormat { LinAlg::BINARY , LinAlg::FLAT , LinAlg::MATLAB , LinAlg::MATRIX_MARKET } |
| Enumeration of matrix storage formats. More... | |
Various enums for linear algebra scope.