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