|
Amesos Package Browser (Single Doxygen Collection) Development
|
#include "Epetra_Comm.h"#include "Teuchos_ParameterList.hpp"#include "Amesos.h"#include "Epetra_CrsMatrix.h"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_LinearProblem.h"#include "PerformOneSolveAndTest.h"#include "PartialFactorization.h"#include "NewMatNewMap.h"#include "Amesos_TestRowMatrix.h"
Go to the source code of this file.
Macros | |
| #define | OUR_CHK_ERR(a) |
Functions | |
| int | PerformOneSolveAndTest (const char *AmesosClass, int EpetraMatrixType, const Epetra_Comm &Comm, bool transpose, bool verbose, Teuchos::ParameterList ParamList, Epetra_CrsMatrix *&InMat, int Levels, const double Rcond, double &relerror, double &relresidual, int ExpectedError) |
| #define OUR_CHK_ERR | ( | a | ) |
Definition at line 5 of file PerformOneSolveAndTest.cpp.
| int PerformOneSolveAndTest | ( | const char * | AmesosClass, |
| int | EpetraMatrixType, | ||
| const Epetra_Comm & | Comm, | ||
| bool | transpose, | ||
| bool | verbose, | ||
| Teuchos::ParameterList | ParamList, | ||
| Epetra_CrsMatrix *& | InMat, | ||
| int | Levels, | ||
| const double | Rcond, | ||
| double & | relerror, | ||
| double & | relresidual, | ||
| int | ExpectedError ) |
Definition at line 81 of file PerformOneSolveAndTest.cpp.