Fournit les opérations nécessaires pour le tri via la classe BitonicSort. Plus de détails...
#include <arcane/core/parallel/BitonicSort.h>
Fonctions membres publiques statiques | |
static bool | compareLess (const KeyType &k1, const KeyType &k2) |
static Request | send (IParallelMng *pm, Int32 rank, ConstArrayView< KeyType > values) |
static Request | recv (IParallelMng *pm, Int32 rank, ArrayView< KeyType > values) |
static KeyType | maxValue () |
Valeur max possible pour la clé. | |
static bool | isValid (const KeyType &k) |
Fournit les opérations nécessaires pour le tri via la classe BitonicSort.
Définition à la ligne 36 du fichier BitonicSort.h.
|
inlinestatic |
Définition à la ligne 40 du fichier BitonicSort.h.
|
inlinestatic |
Définition à la ligne 59 du fichier BitonicSort.h.
|
inlinestatic |
Valeur max possible pour la clé.
Définition à la ligne 53 du fichier BitonicSort.h.
|
inlinestatic |
Définition à la ligne 48 du fichier BitonicSort.h.
|
inlinestatic |
Définition à la ligne 44 du fichier BitonicSort.h.