Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
Amesos_BaseSolver.h File Reference
#include "Teuchos_RCP.hpp"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_ParameterListAcceptor.hpp"
#include "Epetra_LinearProblem.h"
Include dependency graph for Amesos_BaseSolver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Amesos_BaseSolver
 Amesos_BaseSolver: A pure virtual class for direct solution of real-valued double-precision operators. More...
 

Variables

const int StructurallySingularMatrixError = -21
 
const int NumericallySingularMatrixError = -22
 

Variable Documentation

const int StructurallySingularMatrixError = -21

Definition at line 44 of file Amesos_BaseSolver.h.

const int NumericallySingularMatrixError = -22

Definition at line 45 of file Amesos_BaseSolver.h.