|
EpetraExt
Development
|


Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix. | |
Functions | |
| int | EpetraExt::MatrixMarketFileToBlockMap (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&blockMap) |
| Constructs an Epetra_BlockMap object from a Matrix Market format file. | |
| int | EpetraExt::MatrixMarketFileToBlockMap64 (const char *filename, const Epetra_Comm &comm, Epetra_BlockMap *&map) |
| int | EpetraExt::MatrixMarketFileToMap (const char *filename, const Epetra_Comm &comm, Epetra_Map *&map) |
| Constructs an Epetra_BlockMap object from a Matrix Market format file. | |
| int | EpetraExt::MatrixMarketFileToMap64 (const char *filename, const Epetra_Comm &comm, Epetra_Map *&map) |
| 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. | |
| 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. | |
1.7.6.1