Amesos Package Browser (Single Doxygen Collection)  Development
PerformOneSolveAndTest.h
Go to the documentation of this file.
1 #include "Epetra_Comm.h"
2 #include "Teuchos_ParameterList.hpp"
3 #include "Epetra_CrsMatrix.h"
4 
5 int PerformOneSolveAndTest(const char* AmesosClass,
6  int EpetraMatrixType,
7  const Epetra_Comm &Comm,
8  bool transpose,
9  bool verbose,
10  Teuchos::ParameterList ParamList,
11  Epetra_CrsMatrix *& Amat,
12  int Levels,
13  const double Rcond,
14  double& relerror,
15  double& relresidual,
16  int ExpectedError = 0) ;
static bool verbose
Definition: Amesos.cpp:67
int PerformOneSolveAndTest(const char *AmesosClass, int EpetraMatrixType, const Epetra_Comm &Comm, bool transpose, bool verbose, Teuchos::ParameterList ParamList, Epetra_CrsMatrix *&Amat, int Levels, const double Rcond, double &relerror, double &relresidual, int ExpectedError=0)