|
EpetraExt
Development
|
#include <EpetraExt_Permutation.h>

Public Member Functions | |
| Permutation64 (Epetra_DataAccess CV, const Epetra_BlockMap &map, long long *permutation) | |
| Constructor. | |
| Permutation64 (const Epetra_BlockMap &map) | |
| Constructor. | |
| Permutation64 (const Permutation64< T > &src) | |
| Copy Constructor. | |
Definition at line 245 of file EpetraExt_Permutation.h.
| EpetraExt::Permutation64< T >::Permutation64 | ( | Epetra_DataAccess | CV, |
| const Epetra_BlockMap & | map, | ||
| long long * | permutation | ||
| ) | [inline] |
Constructor.
| CV | Set to either Copy or View. |
| map | Defines the index space to be permuted. |
| permutation | Array defining the permutation. The length of this array must be 'map.NumMyElements()'. This array is the local portion of the 'p' vector described in the 'Detailed Description' section. |
Definition at line 258 of file EpetraExt_Permutation.h.
| EpetraExt::Permutation64< T >::Permutation64 | ( | const Epetra_BlockMap & | map | ) | [inline] |
Constructor.
This constructor creates an empty permutation object. The contents must then be set using regular Epetra_IntVector methods.
| map | Defines the index space to be permuted. |
Definition at line 270 of file EpetraExt_Permutation.h.
| EpetraExt::Permutation64< T >::Permutation64 | ( | const Permutation64< T > & | src | ) | [inline] |
Copy Constructor.
Definition at line 276 of file EpetraExt_Permutation.h.
1.7.6.1