Go to the source code of this file.
|
| template<class GlobalOrdinal > |
| Epetra_Vector & | Xpetra::toEpetra (Vector< double, int, GlobalOrdinal > &x) |
| |
| template<class GlobalOrdinal > |
| const Epetra_Vector & | Xpetra::toEpetra (const Vector< double, int, GlobalOrdinal > &x) |
| |
| template Epetra_Vector & | Xpetra::toEpetra< int > (Vector< double, int, int > &) |
| |
| template const Epetra_Vector & | Xpetra::toEpetra< int > (const Vector< double, int, int > &) |
| |
| template Epetra_Vector & | Xpetra::toEpetra< long long > (Vector< double, int, long long > &) |
| |
| template const Epetra_Vector & | Xpetra::toEpetra< long long > (const Vector< double, int, long long > &) |
| |