42 #ifndef EpetraExt_LINEARPROBLEM_REINDEX_H
43 #define EpetraExt_LINEARPROBLEM_REINDEX_H
52 class CrsMatrix_Reindex;
53 class MultiVector_Reindex;
98 #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.