42#ifndef EpetraExt_LINEARPROBLEM_GRAPHTRANS_H 
   43#define EpetraExt_LINEARPROBLEM_GRAPHTRANS_H 
   45#if defined(EpetraExt_SHOW_DEPRECATED_WARNINGS) 
   47#warning "The EpetraExt package is deprecated" 
   95  : graphTrans_(graph_trans),
 
 
 
EpetraExt::LinearProblem_GraphTrans: Adaptation of a Epetra_CrsGraph Transform to a Epetra_LinearProb...
 
~LinearProblem_GraphTrans()
EpetraExt::LinearProblem_GraphTrans Destructor.
 
bool rvs()
Reverse migration of data from transformed to original object.
 
bool fwd()
Forward migration of data from original to transformed object.
 
NewTypeRef operator()(OriginalTypeRef orig)
Constructs an Epetra_LinearProblem from the original using the same row transformation given by the E...
 
LinearProblem_GraphTrans(StructuralSameTypeTransform< Epetra_CrsGraph > &graph_trans)
EpetraExt::LinearProblem_GraphTrans Constructor.
 
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.