NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
util.h File Reference
#include <nvbio/basic/numbers.h>

Go to the source code of this file.

Classes

struct  divide_by_two
 
struct  above_threshold
 

Functions

__global__ void update_scores_kernel (const uint32 n, const uint32 *reads, const int16 *scores, int16 *best)
 
void update_scores (const uint32 n, const uint32 *reads, const int16 *scores, int16 *best)
 

Function Documentation

void update_scores ( const uint32  n,
const uint32 reads,
const int16 scores,
int16 best 
)

Definition at line 82 of file util.h.

__global__ void update_scores_kernel ( const uint32  n,
const uint32 reads,
const int16 scores,
int16 best 
)

Definition at line 65 of file util.h.