Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Enumerations | Functions | Variables
Thyra_AmesosTypes.hpp File Reference
#include "Amesos_ConfigDefs.h"
#include "Teuchos_StringToIntMap.hpp"
Include dependency graph for Thyra_AmesosTypes.hpp:
This graph shows which files directly or indirectly include this file:

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