42 #ifndef EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
43 #define EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
89 : graphTrans_(graph_trans),
123 #endif //EpetraExt_LINEARPROBLEM_GRAPHTRANS_H
NewTypeRef operator()(OriginalTypeRef orig)
Constructs an Epetra_LinearProblem from the original using the same row transformation given by the E...
bool fwd()
Forward migration of data from original to transformed object.
EpetraExt::LinearProblem_GraphTrans: Adaptation of a Epetra_CrsGraph Transform to a Epetra_LinearProb...
LinearProblem_GraphTrans(StructuralSameTypeTransform< Epetra_CrsGraph > &graph_trans)
EpetraExt::LinearProblem_GraphTrans Constructor.
bool rvs()
Reverse migration of data from transformed to original object.
~LinearProblem_GraphTrans()
EpetraExt::LinearProblem_GraphTrans Destructor.