Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestOtherClasses.h
Go to the documentation of this file.
1 #include "Epetra_CrsMatrix.h"
2 
3 int TestOtherClasses( const char* AmesosClass,
4  int EpetraMatrixType,
5  Epetra_CrsMatrix *& Amat,
6  const bool transpose,
7  const bool verbose,
8  const int Levels,
9  const double Rcond,
10  bool RowMapEqualsColMap,
11  bool TestAddZeroToDiag,
12  int ExpectedError,
13  double &maxrelerror,
14  double &maxrelresidual,
15  int &NumTests ) ;
16 
17 
18 #if defined(Amesos_SHOW_DEPRECATED_WARNINGS)
19 #ifdef __GNUC__
20 #warning "The Amesos package is deprecated"
21 #endif
22 #endif
23 
static bool verbose
Definition: Amesos.cpp:67
int TestOtherClasses(const char *AmesosClass, int EpetraMatrixType, Epetra_CrsMatrix *&Amat, const bool transpose, const bool verbose, const int Levels, const double Rcond, bool RowMapEqualsColMap, bool TestAddZeroToDiag, int ExpectedError, double &maxrelerror, double &maxrelresidual, int &NumTests)