Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestAllClasses.h
Go to the documentation of this file.
1 #include "Epetra_CrsMatrix.h"
2 #include <vector>
3 
4 int TestAllClasses( const std::vector<std::string> AmesosClasses,
5  int EpetraMatrixType,
6  const std::vector<bool> AmesosClassesInstalled,
7  Epetra_CrsMatrix *& Amat,
8  const bool transpose,
9  const bool verbose,
10  const bool symmetric,
11  const int Levels,
12  const double Rcond,
13  int Diagonal,
14  int ReindexRowMap,
15  int ReindexColMap,
16  int RangeMapType,
17  int DomainMapType,
18  bool distribute,
19  const char *filename,
20  double &maxrelerror,
21  double &maxrelresidual,
22  int &NumTests) ;
23 
24 
25 #if defined(Amesos_SHOW_DEPRECATED_WARNINGS)
26 #ifdef __GNUC__
27 #warning "The Amesos package is deprecated"
28 #endif
29 #endif
30 
static bool verbose
Definition: Amesos.cpp:67
int TestAllClasses(const std::vector< std::string > AmesosClasses, int EpetraMatrixType, const std::vector< bool > AmesosClassesInstalled, Epetra_CrsMatrix *&Amat, const bool transpose, const bool verbose, const bool symmetric, const int Levels, const double Rcond, int Diagonal, int ReindexRowMap, int ReindexColMap, int RangeMapType, int DomainMapType, bool distribute, const char *filename, double &maxrelerror, double &maxrelresidual, int &NumTests)
std::vector< string > AmesosClasses
Definition: TestOptions.cpp:77