#include <EpetraExt_ConfigDefs.h>Include dependency graph for EpetraExt_RowMatrixOut.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::RowMatrixToMatrixMarketFile (const char *filename, const Epetra_RowMatrix &A, const char *matrixName=0, const char *matrixDescription=0, bool writeHeader=true) |
| Writes an Epetra_RowMatrix object to a Matrix Market format file. | |
| int | EpetraExt::RowMatrixToMatlabFile (const char *filename, const Epetra_RowMatrix &A) |
| Writes an Epetra_RowMatrix object to a file that is compatible with Matlab. | |
| int | EpetraExt::RowMatrixToHandle (std::FILE *handle, const Epetra_RowMatrix &A) |
| Writes an Epetra_RowMatrix object to a format file that is compatible with Matlab. | |
| int | EpetraExt::writeRowMatrix (std::FILE *handle, const Epetra_RowMatrix &A) |
1.4.7