42#ifndef EpetraExt_CRSGRAPH_SUBCOPY_H
43#define EpetraExt_CRSGRAPH_SUBCOPY_H
95 template<
typename int_type>
Generates a sub-block view of a Epetra_CrsMatrix.
~CrsMatrix_SubCopy()
Destructor.
CrsMatrix_SubCopy(const Epetra_Map &newRangeAndRowMap, const Epetra_Map &newDomainMap)
Constructor.
NewTypeRef transform(OriginalTypeRef orig)
bool fwd()
Forward transfer of data from orig object input in the operator() method call to the new object creat...
Epetra_Import * importer_
bool rvs()
Reverse transfer of data from new object created in the operator() method call to the orig object inp...
NewTypeRef operator()(OriginalTypeRef orig)
Transformation Operator.
CrsMatrix_SubCopy(const Epetra_Map &newMap)
Constructor.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.