41#ifndef EPETRAEXT_ROWMATRIXOUT_H 
   42#define EPETRAEXT_ROWMATRIXOUT_H 
   44#if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS) 
   46#warning "The EpetraExt package is deprecated" 
   81           const char * matrixName=0,
 
   82           const char *matrixDescription=0, 
 
   83           bool writeHeader=
true);
 
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
 
int RowMatrixToMatlabFile(const char *filename, const Epetra_RowMatrix &A)
Writes an Epetra_RowMatrix object to a file that is compatible with Matlab.
 
int writeRowMatrix(FILE *handle, const Epetra_RowMatrix &A)
 
int RowMatrixToHandle(FILE *handle, const Epetra_RowMatrix &A)
 
int RowMatrixToMatrixMarketFile(const char *filename, const Epetra_RowMatrix &A, const char *matrixName, const char *matrixDescription, bool writeHeader)
Writes an Epetra_RowMatrix object to a Matrix Market format file.