COMBINATORIAL_BLAS  1.6
intSort Namespace Reference

Classes

struct  eBits
 

Typedefs

typedef unsigned char bIndexT
 

Functions

template<class E , class F >
void radixStep (E *A, E *B, bIndexT *Tmp, int *counts, int n, int m, F extract)
 
template<class E , class F >
void iSort (E *A, int n, int m, F f)
 

Typedef Documentation

◆ bIndexT

typedef unsigned char intSort::bIndexT

Definition at line 41 of file radixSort.h.

Function Documentation

◆ iSort()

template<class E , class F >
void intSort::iSort ( E *  A,
int  n,
int  m,
f 
)

Definition at line 75 of file radixSort.h.

◆ radixStep()

template<class E , class F >
void intSort::radixStep ( E *  A,
E *  B,
bIndexT Tmp,
int *  counts,
int  n,
int  m,
extract 
)

Definition at line 45 of file radixSort.h.