Amesos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
TestSuperludist.h
Go to the documentation of this file.
1#include "Epetra_CrsMatrix.h"
2
3int TestSuperludist( 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 const char *filename,
12 int &NumTests) ;
13
static bool verbose
Definition Amesos.cpp:67
int TestSuperludist(Epetra_CrsMatrix *&Amat, int EpetraMatrixType, bool transpose, bool verbose, int Levels, const double Rcond, double &maxrelerror, double &maxrelresidual, const char *filename, int &NumTests)