Amesos Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
TestKlu.cpp File Reference
#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"
Include dependency graph for TestKlu.cpp:

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)
 

Function Documentation

◆ TestKlu()

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.