42 #ifndef EpetraExt_LINEARPROBLEM_REINDEX2_H
43 #define EpetraExt_LINEARPROBLEM_REINDEX2_H
45 #if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS)
47 #warning "The EpetraExt package is deprecated"
58 class CrsMatrix_Reindex;
59 class MultiVector_Reindex;
106 #endif //EpetraExt_LINEARPROBLEM_REINDEX_H
bool fwd()
Forward transfer of data from orig object input in the operator() method call to the new object creat...
MultiVector_Reindex * LHSTrans_
NewTypeRef operator()(OriginalTypeRef orig)
Constructs a new view the original LP, "reindexed" using the given NewRowMap.
LinearProblem_Reindex2(Epetra_Map *NewRowMap)
Constructor.
~LinearProblem_Reindex2()
Destructor.
Given and input Epetra_LinearProblem, a "reindexed" version will be returned using the given NewRowMa...
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map...
CrsMatrix_Reindex * MatTrans_
Given an input Epetra_MultiVector, a "reindexed" view is returned.
MultiVector_Reindex * RHSTrans_