NVBIO
|
A functor dividing all integers by the given constant
Definition at line 198 of file sufsort_priv.h.
#include <sufsort_priv.h>
Public Types | |
typedef uint32 | argument_type |
typedef uint32 | result_type |
Public Methods | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE | add_divide_functor (const uint32 _a, const uint32 _k) |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE uint32 | operator() (const uint32 i) const |
Public Members | |
const uint32 | a |
const uint32 | k |
Definition at line 200 of file sufsort_priv.h.
Definition at line 201 of file sufsort_priv.h.
|
inline |
constructor
Definition at line 206 of file sufsort_priv.h.
|
inline |
return the length of the i-th string
Definition at line 211 of file sufsort_priv.h.
Definition at line 213 of file sufsort_priv.h.
Definition at line 214 of file sufsort_priv.h.