Go to the source code of this file.
 | 
| int  | EpetraExt::MultiVectorToMatrixMarketFile (const char *filename, const Epetra_MultiVector &A, const char *matrixName=0, const char *matrixDescription=0, bool writeHeader=true) | 
|   | Writes an Epetra_MultiVector object to a Matrix Market format file.  More...
  | 
|   | 
| int  | EpetraExt::MultiVectorToMatlabFile (const char *filename, const Epetra_MultiVector &A) | 
|   | Writes an Epetra_MultiVector object to a file that is compatible with Matlab.  More...
  | 
|   | 
| int  | EpetraExt::MultiVectorToMatrixMarketHandle (std::FILE *handle, const Epetra_MultiVector &A) | 
|   | Writes an Epetra_MultiVector object that is compatible with Matrix Market array format to a file handle.  More...
  | 
|   | 
| int  | EpetraExt::MultiVectorToMatlabHandle (std::FILE *handle, const Epetra_MultiVector &A) | 
|   | Writes an Epetra_MultiVector object that is compatible with Matlab to a file handle.  More...
  | 
|   | 
| int  | EpetraExt::MultiVectorToHandle (std::FILE *handle, const Epetra_MultiVector &A, bool mmFormat) | 
|   | 
| int  | EpetraExt::writeMultiVector (std::FILE *handle, const Epetra_MultiVector &A, bool mmFormat) | 
|   |