#include "EpetraExt_MultiVectorIn.h"#include "Epetra_Comm.h"#include "Epetra_MultiVector.h"#include "Epetra_Vector.h"#include "Epetra_BlockMap.h"Include dependency graph for EpetraExt_MultiVectorIn.cpp:
Go to the source code of this file.
Namespaces | |
| namespace | EpetraExt |
Functions | |
| int | MatrixMarketFileToMultiVector (const char *filename, const Epetra_BlockMap &map, Epetra_MultiVector *&A) |
| Constructs an Epetra_MultiVector object from a Matrix Market format file. | |
|
||||||||||||||||
|
Constructs an Epetra_MultiVector object from a Matrix Market format file. This function constructs an Epetra_MultiVector object by reading a Matrix Market file.
Definition at line 37 of file EpetraExt_MultiVectorIn.cpp. |
1.3.9.1