Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe Arcane::Parallel::BitonicSortDefaultTraits< KeyType >

Fournit les opérations nécessaires pour le tri via la classe BitonicSort. Plus de détails...

#include <arcane/core/parallel/BitonicSort.h>

+ Graphe de collaboration de Arcane::Parallel::BitonicSortDefaultTraits< KeyType >:

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)
 

Description détaillée

template<typename KeyType>
class Arcane::Parallel::BitonicSortDefaultTraits< KeyType >

Fournit les opérations nécessaires pour le tri via la classe BitonicSort.

Définition à la ligne 36 du fichier BitonicSort.h.

Documentation des fonctions membres

◆ compareLess()

template<typename KeyType >
static bool Arcane::Parallel::BitonicSortDefaultTraits< KeyType >::compareLess ( const KeyType k1,
const KeyType k2 
)
inlinestatic

Définition à la ligne 40 du fichier BitonicSort.h.

◆ isValid()

template<typename KeyType >
static bool Arcane::Parallel::BitonicSortDefaultTraits< KeyType >::isValid ( const KeyType k)
inlinestatic

Définition à la ligne 59 du fichier BitonicSort.h.

◆ maxValue()

Valeur max possible pour la clé.

Définition à la ligne 53 du fichier BitonicSort.h.

◆ recv()

template<typename KeyType >
static Request Arcane::Parallel::BitonicSortDefaultTraits< KeyType >::recv ( IParallelMng pm,
Int32  rank,
ArrayView< KeyType values 
)
inlinestatic

Définition à la ligne 48 du fichier BitonicSort.h.

◆ send()

template<typename KeyType >
static Request Arcane::Parallel::BitonicSortDefaultTraits< KeyType >::send ( IParallelMng pm,
Int32  rank,
ConstArrayView< KeyType values 
)
inlinestatic

Définition à la ligne 44 du fichier BitonicSort.h.


La documentation de cette classe a été générée à partir du fichier suivant :