#include <EpetraExt_ConfigDefs.h>Include dependency graph for EpetraExt_VectorOut.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
Functions | |
| int | EpetraExt::VectorToMatrixMarketFile (const char *filename, const Epetra_Vector &A, const char *matrixName=0, const char *matrixDescription=0, bool writeHeader=true) |
| Writes an Epetra_Vector object to a Matrix Market format file. | |
| int | EpetraExt::VectorToMatlabFile (const char *filename, const Epetra_Vector &A) |
| Writes an Epetra_Vector object to a file that is compatible with Matlab. | |
| int | EpetraExt::VectorToHandle (std::FILE *handle, const Epetra_Vector &A) |
| Writes an Epetra_Vector object to a format file that is compatible with Matlab. | |
| int | EpetraExt::writeVector (std::FILE *handle, const Epetra_Vector &A) |
1.4.7