#include "Epetra_MultiVector.h"#include "Epetra_Comm.h"#include "Teuchos_RCP.hpp"#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | MOR |
Functions | |
| void | MOR::writeLocalMapMultiVectorToMatrixMarket (const std::string &fileName, const Epetra_MultiVector &localMapMv) |
| Teuchos::RCP< Epetra_MultiVector > | MOR::readLocalMapMultiVectorFromMatrixMarket (const std::string &fileName, const Epetra_Comm &comm, int vectorSize) |
1.7.1