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

Go to the source code of this file.

Functions

int PerformOneSolveAndTest (const char *AmesosClass, int EpetraMatrixType, const Epetra_Comm &Comm, bool transpose, bool verbose, Teuchos::ParameterList ParamList, Epetra_CrsMatrix *&Amat, int Levels, const double Rcond, double &relerror, double &relresidual, int ExpectedError=0)
 

Function Documentation

int PerformOneSolveAndTest ( const char *  AmesosClass,
int  EpetraMatrixType,
const Epetra_Comm Comm,
bool  transpose,
bool  verbose,
Teuchos::ParameterList  ParamList,
Epetra_CrsMatrix *&  Amat,
int  Levels,
const double  Rcond,
double &  relerror,
double &  relresidual,
int  ExpectedError = 0 
)

Definition at line 81 of file PerformOneSolveAndTest.cpp.