#include <psort_splitters.h>
|
char * | real_description () |
|
template<typename _RandomAccessIter , typename _Compare , typename _Distance > |
void | real_split (_RandomAccessIter first, _RandomAccessIter last, _Distance *dist, _Compare comp, vector< vector< _Distance > > &right_ends, MPI_Datatype &MPI_valueType, MPI_Datatype &MPI_distanceType, MPI_Comm comm) |
|
void | split (_RandomAccessIter first, _RandomAccessIter last, _Distance *dist, _Compare comp, vector< vector< _Distance > > &right_ends, MPI_Datatype &MPI_valueType, MPI_Datatype &MPI_distanceType, MPI_Comm comm) |
|
char * | description () |
|
Definition at line 55 of file psort_splitters.h.
◆ real_description()
char* vpsort::MedianSplit::real_description |
( |
| ) |
|
|
inline |
◆ real_split()
template<typename _RandomAccessIter , typename _Compare , typename _Distance >
void vpsort::MedianSplit::real_split |
( |
_RandomAccessIter |
first, |
|
|
_RandomAccessIter |
last, |
|
|
_Distance * |
dist, |
|
|
_Compare |
comp, |
|
|
vector< vector< _Distance > > & |
right_ends, |
|
|
MPI_Datatype & |
MPI_valueType, |
|
|
MPI_Datatype & |
MPI_distanceType, |
|
|
MPI_Comm |
comm |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: