42 #ifndef EpetraExt_CRSGRAPH_TRANSPOSE_H 43 #define EpetraExt_CRSGRAPH_TRANSPOSE_H 54 bool ignoreNonLocalCols_;
67 : ignoreNonLocalCols_(IgnoreNonLocalCols)
76 #endif //EpetraExt_CRSGRAPH_TRANSPOSE_H Transform to generate the explicit transpose of a Epetra_CrsGraph.
EpetraExt::BlockCrsMatrix: A class for constructing a distributed block matrix.
~CrsGraph_Transpose()
Destructor.
CrsGraph_Transpose(bool IgnoreNonLocalCols=false)
Constructor.
NewTypeRef operator()(OriginalTypeRef orig)
Transpose Transform Operator.