Ifpack Package Browser (Single Doxygen Collection) Development
Loading...
Searching...
No Matches
Functions
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

◆ Test()

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

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

◆ main()

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

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