#include <EpetraExt_Reindex_LinearProblem.h>
Inheritance diagram for EpetraExt::LinearProblem_Reindex:

Public Member Functions | |
| ~LinearProblem_Reindex () | |
| Destructor. | |
| LinearProblem_Reindex (Epetra_Map *NewRowMap) | |
| Constructor. | |
| NewTypeRef | operator() (OriginalTypeRef orig) |
| Constructs a new view the original LP, "reindexed" using the given NewRowMap. | |
If a null map is given, a lexigraphically indexed LP will be returned. The data in the new E_LP is a "reindexed" view of the original.
Definition at line 48 of file EpetraExt_Reindex_LinearProblem.h.
|
|
Destructor.
Definition at line 42 of file EpetraExt_Reindex_LinearProblem.cpp. |
|
|
Constructor.
Definition at line 68 of file EpetraExt_Reindex_LinearProblem.h. |
|
|
Constructs a new view the original LP, "reindexed" using the given NewRowMap.
Implements EpetraExt::Transform< T, U >. Definition at line 55 of file EpetraExt_Reindex_LinearProblem.cpp. |
1.3.9.1