COMBINATORIAL_BLAS  1.6
vpsort::FlatMerge Class Reference

#include <psort_merge.h>

Inheritance diagram for vpsort::FlatMerge:
vpsort::Merge< FlatMerge >

Public Member Functions

char * real_description ()
 
template<typename _ValueType , typename _Compare , typename _Distance >
void real_merge (_ValueType *in, _ValueType *out, _Distance *disps, int nproc, _Compare comp)
 
- Public Member Functions inherited from vpsort::Merge< FlatMerge >
void merge (_ValueType *in, _ValueType *out, _Distance *disps, int nproc, _Compare comp)
 
char * description ()
 

Detailed Description

Definition at line 49 of file psort_merge.h.

Member Function Documentation

◆ real_description()

char* vpsort::FlatMerge::real_description ( )
inline

Definition at line 51 of file psort_merge.h.

◆ real_merge()

template<typename _ValueType , typename _Compare , typename _Distance >
void vpsort::FlatMerge::real_merge ( _ValueType *  in,
_ValueType *  out,
_Distance *  disps,
int  nproc,
_Compare  comp 
)
inline

Definition at line 57 of file psort_merge.h.


The documentation for this class was generated from the following file: