|
Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Amesos_ConfigDefs.h"#include "Teuchos_StringToIntMap.hpp"

Go to the source code of this file.
Namespaces | |
| Thyra | |
| Thyra::Amesos | |
Enumerations | |
| enum | Thyra::Amesos::ESolverType { Thyra::Amesos::LAPACK } |
| enum | Thyra::Amesos::ERefactorizationPolicy { Thyra::Amesos::REPIVOT_ON_REFACTORIZATION, Thyra::Amesos::NO_PIVOT_ON_REFACTORIZATION } |
| The policy used on refactoring a matrix. More... | |
Functions | |
| const char * | Thyra::Amesos::toString (const ESolverType solverType) |
| const char * | Thyra::Amesos::toString (const ERefactorizationPolicy refactorizationPolicy) |
Variables | |
| const int | Thyra::Amesos::numSolverTypes = 1 |
| const ESolverType | Thyra::Amesos::solverTypeValues [numSolverTypes] |
| const char * | Thyra::Amesos::solverTypeNames [numSolverTypes] |
| const bool | Thyra::Amesos::supportsUnsymmetric [numSolverTypes] |
| Teuchos::StringToIntMap | Thyra::Amesos::solverTypeNameToEnumMap |
| const int | Thyra::Amesos::numRefactorizationPolices = 2 |
| const ERefactorizationPolicy | Thyra::Amesos::refactorizationPolicyValues [numRefactorizationPolices] |
| const char * | Thyra::Amesos::refactorizationPolicyNames [numRefactorizationPolices] |
| Teuchos::StringToIntMap | Thyra::Amesos::refactorizationPolicyNameToEnumMap |
1.8.14