44 #ifndef EPETRA_ROWMATRIXTRANSPOSER_H
45 #define EPETRA_ROWMATRIXTRANSPOSER_H
100 int CreateTranspose(
const bool MakeDataContiguous,
122 int UpdateOriginalMatrixValues();
Epetra_Map: A class for partitioning vectors and matrices.
const Epetra_Export & TransposeExporter() const
Returns const reference to the Epetra_Export object used to redistribute the original matrix...
const Epetra_Map & TransposeRowMap() const
Returns const reference to the Epetra_Map object describing the row distribution of the transpose mat...
Epetra_RowMatrix * OrigMatrix_
Epetra_CrsMatrix * TransposeMatrix_
Epetra_Export: This class builds an export object for efficient exporting of off-processor elements...
int * TransMyGlobalEquations_
Epetra_Map * TransposeRowMap_
Epetra_RowMatrixTransposer: A class for transposing an Epetra_RowMatrix object.
Epetra_CrsMatrix: A class for constructing and using real-valued double-precision sparse compressed r...
bool OrigMatrixIsCrsMatrix_
Epetra_RowMatrix: A pure virtual class for using real-valued double-precision row matrices...
Epetra_Export * TransposeExporter_