Amesos Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
cxx_memleak_main.cpp File Reference
#include "Amesos_ConfigDefs.h"
#include "Epetra_SerialComm.h"
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_Util.h"
#include "Amesos_Klu.h"
#include "Amesos_TestRowMatrix.h"
#include "Teuchos_ParameterList.hpp"
#include "Galeri_Maps.h"
#include "Galeri_CrsMatrices.h"
#include "Galeri_Utils.h"
#include <vector>
Include dependency graph for cxx_memleak_main.cpp:

Go to the source code of this file.

Functions

Teuchos::RCP< Epetra_MapbuildMap (Epetra_Comm &Comm)
 
Teuchos::RCP< Epetra_CrsMatrixbuildMatrix (Epetra_Map &map)
 
int main (int argc, char *argv[])
 

Function Documentation

Teuchos::RCP<Epetra_Map> buildMap ( Epetra_Comm Comm)

Definition at line 30 of file cxx_memleak_main.cpp.

Teuchos::RCP<Epetra_CrsMatrix> buildMatrix ( Epetra_Map map)

Definition at line 41 of file cxx_memleak_main.cpp.

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

Definition at line 76 of file cxx_memleak_main.cpp.