|
EpetraExt
Development
|
#include <EpetraExt_ConfigDefs.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::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. | |
| int | EpetraExt::OperatorToMatlabFile (const char *filename, const Epetra_Operator &A) |
| Writes an Epetra_Operator object to a file that is compatible with Matlab. | |
| int | EpetraExt::OperatorToHandle (std::FILE *handle, const Epetra_Operator &A) |
| Writes an Epetra_Operator object to a format file that is compatible with Matlab. | |
| int | EpetraExt::writeOperatorStrip (std::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) |
1.7.6.1