EpetraExt Package Browser (Single Doxygen Collection)
Development
|
#include <EpetraExt_ConfigDefs.h>
Go to the source code of this file.
Namespaces | |
EpetraExt | |
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix. | |
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. More... | |
int | EpetraExt::VectorToMatlabFile (const char *filename, const Epetra_Vector &A) |
Writes an Epetra_Vector object to a file that is compatible with Matlab. More... | |
int | EpetraExt::VectorToHandle (std::FILE *handle, const Epetra_Vector &A) |
Writes an Epetra_Vector object to a format file that is compatible with Matlab. More... | |
int | EpetraExt::writeVector (std::FILE *handle, const Epetra_Vector &A) |