Go to the source code of this file.
 | 
| int  | EpetraExt::MatrixMarketFileToMap (const char *filename, const Epetra_Comm &comm, Epetra_Map *&map) | 
|   | Constructs an Epetra_BlockMap object from a Matrix Market format file.  More...
  | 
|   | 
| int  | EpetraExt::MatrixMarketFileToMap64 (const char *filename, const Epetra_Comm &comm, Epetra_Map *&map) | 
|   | 
| int  | EpetraExt::MatrixMarketFileToBlockMap (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&blockMap) | 
|   | Constructs an Epetra_BlockMap object from a Matrix Market format file.  More...
  | 
|   | 
| int  | EpetraExt::MatrixMarketFileToBlockMap64 (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map) | 
|   | 
| int  | EpetraExt::MatrixMarketFileToRowMap (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&rowmap) | 
|   | 
| int  | EpetraExt::MatrixMarketFileToBlockMaps (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&rowmap, Epetra_BlockMap *&colmap, Epetra_BlockMap *&rangemap, Epetra_BlockMap *&domainmap) | 
|   | Constructs row,col,range and domain maps from a matrix-market matrix file.  More...
  | 
|   | 
| int  | EpetraExt::MatrixMarketFileToBlockMaps64 (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&rowmap, Epetra_BlockMap *&colmap, Epetra_BlockMap *&rangemap, Epetra_BlockMap *&domainmap) | 
|   | Constructs row,col,range and domain maps from a matrix-market matrix file.  More...
  | 
|   |