Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestScalapack.h
Go to the documentation of this file.
1 #include "Epetra_CrsMatrix.h"
2 
3 int TestScalapack( Epetra_CrsMatrix *& Amat,
4  int EpetraMatrixType,
5  bool transpose,
6  bool verbose,
7  int Levels,
8  const double Rcond,
9  double &maxrelerror,
10  double &maxrelresidual,
11  int &NumTests) ;
12 
static bool verbose
Definition: Amesos.cpp:67
int TestScalapack(Epetra_CrsMatrix *&Amat, int EpetraMatrixType, bool transpose, bool verbose, int Levels, const double Rcond, double &maxrelerror, double &maxrelresidual, int &NumTests)