Go to the source code of this file.
 | 
| int  | EpetraExt::OperatorToMatlabFile (const char *filename, const Epetra_Operator &A) | 
|   | Writes an Epetra_Operator object to a file that is compatible with Matlab.  More...
  | 
|   | 
| int  | EpetraExt::OperatorToMatrixMarketFile (const char *filename, const Epetra_Operator &A, const char *matrixName=0, const char *matrixDescription=0, bool writeHeader=true) | 
|   | Writes an Epetra_Operator object to a Matrix Market format file, forming the coefficients by applying the operator to the e_j vectors.  More...
  | 
|   | 
| int  | EpetraExt::OperatorToHandle (FILE *handle, const Epetra_Operator &A) | 
|   | 
| int  | EpetraExt::writeOperatorStrip (FILE *handle, const Epetra_MultiVector &y, const Epetra_Map &rootDomainMap, const Epetra_Map &rootRangeMap, long long startColumn) | 
|   | 
| int  | EpetraExt::get_nz (const Epetra_Operator &A, long long &nz) | 
|   |