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 "TestKlu.h"
Go to the source code of this file.
Functions | |
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) |
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 at line 21 of file TestKlu.cpp.