Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test/TestAll_LL/cxx_main.cpp File Reference
#include "Ifpack_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_CrsMatrix.h"
#include "Epetra_Vector.h"
#include "Epetra_LinearProblem.h"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Ifpack_AdditiveSchwarz.h"
#include "AztecOO.h"
#include "Ifpack_PointRelaxation.h"
#include "Ifpack_BlockRelaxation.h"
#include "Ifpack_DenseContainer.h"
#include "Ifpack_SparseContainer.h"
#include "Ifpack_Amesos.h"
#include "Ifpack_Utils.h"
#include "Ifpack_Chebyshev.h"
#include "Ifpack_Polynomial.h"
#include "Ifpack_Krylov.h"
Include dependency graph for test/TestAll_LL/cxx_main.cpp:

Go to the source code of this file.

Functions

template<class T >
bool Test (const Teuchos::RefCountPtr< Epetra_RowMatrix > &Matrix, Teuchos::ParameterList &List)
 
int main (int argc, char *argv[])
 

Function Documentation

template<class T >
bool Test ( const Teuchos::RefCountPtr< Epetra_RowMatrix > &  Matrix,
Teuchos::ParameterList List 
)

Definition at line 70 of file test/TestAll_LL/cxx_main.cpp.

int main ( int  argc,
char *  argv[] 
)

Definition at line 124 of file test/TestAll_LL/cxx_main.cpp.