Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
test/UseTranspose/cxx_main.cpp File Reference
#include "Ifpack_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Comm.h"
#include "Epetra_Map.h"
#include "Epetra_MultiVector.h"
#include "Epetra_CrsMatrix.h"
#include "Ifpack_ILU.h"
#include "Ifpack_ILUT.h"
#include "Ifpack_AdditiveSchwarz.h"
Include dependency graph for test/UseTranspose/cxx_main.cpp:

Go to the source code of this file.

Functions

template<class T >
void Test (const std::string what, Epetra_RowMatrix &A)
 
int main (int argc, char *argv[])
 

Function Documentation

template<class T >
void Test ( const std::string  what,
Epetra_RowMatrix A 
)

Definition at line 59 of file test/UseTranspose/cxx_main.cpp.

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

Definition at line 101 of file test/UseTranspose/cxx_main.cpp.