Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
TestKlu.h File Reference
#include "Teuchos_ParameterList.hpp"
#include "Epetra_CrsMatrix.h"
Include dependency graph for TestKlu.h:
This graph shows which files directly or indirectly include this file:

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

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.