42#ifndef EpetraExt_LINEARPROBLEM_REINDEX_H
43#define EpetraExt_LINEARPROBLEM_REINDEX_H
52class CrsMatrix_Reindex;
53class MultiVector_Reindex;
Given an Epetra_CrsMatrix, a "reindexed" version is returned based on the new row map.
Given and input Epetra_LinearProblem, a "reindexed" version will be returned using the given NewRowMa...
MultiVector_Reindex * RHSTrans_
CrsMatrix_Reindex * MatTrans_
NewTypeRef operator()(OriginalTypeRef orig)
Constructs a new view the original LP, "reindexed" using the given NewRowMap.
~LinearProblem_Reindex()
Destructor.
MultiVector_Reindex * LHSTrans_
LinearProblem_Reindex(Epetra_Map *NewRowMap)
Constructor.
Given an input Epetra_MultiVector, a "reindexed" view is returned.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.