#include "Xpetra_EpetraVector.hpp"
#include "TpetraCore_config.h"
 
Go to the source code of this file.
 | 
| template<class GlobalOrdinal , class Node >  | 
| Epetra_Vector &  | Xpetra::toEpetra (Vector< double, int, GlobalOrdinal, Node > &x) | 
|   | 
| template<class GlobalOrdinal , class Node >  | 
| const Epetra_Vector &  | Xpetra::toEpetra (const Vector< double, int, GlobalOrdinal, Node > &x) | 
|   | 
| template Epetra_Vector &  | Xpetra::toEpetra< int, Xpetra::EpetraNode > (Vector< double, int, int, Xpetra::EpetraNode > &) | 
|   | 
| template const Epetra_Vector &  | Xpetra::toEpetra< int, Xpetra::EpetraNode > (const Vector< double, int, int, Xpetra::EpetraNode > &) | 
|   | 
| template Epetra_Vector &  | Xpetra::toEpetra< long long, Xpetra::EpetraNode > (Vector< double, int, long long, Xpetra::EpetraNode > &) | 
|   | 
| template const Epetra_Vector &  | Xpetra::toEpetra< long long, Xpetra::EpetraNode > (const Vector< double, int, long long, Xpetra::EpetraNode > &) | 
|   |