#include <EpetraExt_Permutation_impl.h>
Static Public Member Functions | |
| static const char * | typeName () |
| typeName implementation | |
| static Epetra_CrsGraph * | clone (Epetra_CrsGraph *example, Epetra_DataAccess CV, const Epetra_BlockMap &map, int rowLength) |
| clone implementation | |
| static void | replaceMap (Epetra_CrsGraph *graph, const Epetra_BlockMap &map) |
| replaceMap implementation | |
| static Epetra_CrsGraph * | produceColumnPermutation (Permutation< Epetra_CrsGraph > *perm, Epetra_CrsGraph *srcObj) |
| return new object which is a column-permutation of srcObj | |
Definition at line 220 of file EpetraExt_Permutation_impl.h.
| static const char* EpetraExt::Perm_traits< Epetra_CrsGraph >::typeName | ( | ) | [inline, static] |
| static Epetra_CrsGraph* EpetraExt::Perm_traits< Epetra_CrsGraph >::clone | ( | Epetra_CrsGraph * | example, | |
| Epetra_DataAccess | CV, | |||
| const Epetra_BlockMap & | map, | |||
| int | rowLength | |||
| ) | [inline, static] |
| static void EpetraExt::Perm_traits< Epetra_CrsGraph >::replaceMap | ( | Epetra_CrsGraph * | graph, | |
| const Epetra_BlockMap & | map | |||
| ) | [inline, static] |
| static Epetra_CrsGraph* EpetraExt::Perm_traits< Epetra_CrsGraph >::produceColumnPermutation | ( | Permutation< Epetra_CrsGraph > * | perm, | |
| Epetra_CrsGraph * | srcObj | |||
| ) | [inline, static] |
return new object which is a column-permutation of srcObj
Definition at line 246 of file EpetraExt_Permutation_impl.h.
1.4.7