42 #ifndef EpetraExt_LINEARPROBLEM_REINDEX_H
43 #define EpetraExt_LINEARPROBLEM_REINDEX_H
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
58 class CrsMatrix_Reindex;
59 class MultiVector_Reindex;
104 #endif //EpetraExt_LINEARPROBLEM_REINDEX_H
MultiVector_Reindex * LHSTrans_
~LinearProblem_Reindex()
Destructor.
CrsMatrix_Reindex * MatTrans_
LinearProblem_Reindex(Epetra_Map *NewRowMap)
Constructor.
Given and input Epetra_LinearProblem, a "reindexed" version will be returned using the given NewRowMa...
NewTypeRef operator()(OriginalTypeRef orig)
Constructs a new view the original LP, "reindexed" using the given NewRowMap.
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map...
MultiVector_Reindex * RHSTrans_
Given an input Epetra_MultiVector, a "reindexed" view is returned.