|
EpetraExt
Development
|
#include "Epetra_ConfigDefs.h"#include "EpetraExt_BlockMapIn.h"#include "Epetra_Comm.h"#include "Epetra_Util.h"#include "Epetra_BlockMap.h"#include "Epetra_Map.h"#include "Epetra_IntVector.h"#include "Epetra_IntSerialDenseVector.h"#include "Epetra_Import.h"#include "EpetraExt_mmio.h"
Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix. | |
Functions | |
| 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::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::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. | |
| 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