Amesos Package Browser (Single Doxygen Collection)
Development
|
#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>
Go to the source code of this file.
Functions | |
Teuchos::RCP< Epetra_Map > | buildMap (Epetra_Comm &Comm) |
Teuchos::RCP< Epetra_CrsMatrix > | buildMatrix (Epetra_Map &map) |
int | main (int argc, char *argv[]) |
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.