Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
test/Container/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 "Galeri_Utils.h"
#include "Teuchos_ParameterList.hpp"
#include "Teuchos_RefCountPtr.hpp"
#include "Ifpack_DenseContainer.h"
#include "Ifpack_SparseContainer.h"
#include "Ifpack_Amesos.h"
#include "Ifpack_LocalFilter.h"
Include dependency graph for test/Container/cxx_main.cpp:

Go to the source code of this file.

Functions

bool TestContainer (std::string Type, const Teuchos::RefCountPtr< Epetra_RowMatrix > &A)
 
int main (int argc, char *argv[])
 

Variables

static bool verbose = false
 

Function Documentation

bool TestContainer ( std::string  Type,
const Teuchos::RefCountPtr< Epetra_RowMatrix > &  A 
)

Definition at line 65 of file test/Container/cxx_main.cpp.

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

Definition at line 138 of file test/Container/cxx_main.cpp.

Variable Documentation

bool verbose = false
static

Definition at line 62 of file test/Container/cxx_main.cpp.