Amesos Package Browser (Single Doxygen Collection)  Development
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 
AmesosClasses
std::vector< string > AmesosClasses
Definition: TestOptions.cpp:77
verbose
static bool verbose
Definition: Amesos.cpp:67
Epetra_CrsMatrix.h
Epetra_CrsMatrix
TestAllClasses
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)
Definition: TestAllClasses.cpp:11