#include "Xpetra_EpetraCrsGraph.hpp"#include "Xpetra_Exceptions.hpp"#include "Xpetra_Utils.hpp"#include "Xpetra_EpetraExport.hpp"#include "Xpetra_EpetraImport.hpp"Go to the source code of this file.
Namespaces | |
| Xpetra | |
| Xpetra namespace | |
Functions | |
| template<class GlobalOrdinal , class Node > | |
| const Epetra_CrsGraph & | Xpetra::toEpetra (const RCP< const CrsGraph< int, GlobalOrdinal, Node > > &graph) |
| template<class GlobalOrdinal , class Node > | |
| RCP< const CrsGraph< int, GlobalOrdinal, Node > > | Xpetra::toXpetra (const Epetra_CrsGraph &g) |
1.8.11