NVBIO
|
Go to the source code of this file.
Namespaces | |
nvbio | |
Define a vector_view POD type and plain_view() for std::vector. | |
Functions | |
template<typename out_coord_type , typename in_coord_type > | |
NVBIO_FORCEINLINE NVBIO_HOST_DEVICE out_coord_type | nvbio::project_coords (const in_coord_type i) |
template<typename index_type , typename seed_functor , typename index_vector_type > | |
index_type | nvbio::enumerate_string_seeds (const index_type string_len, const seed_functor seeder, index_vector_type &indices) |
template<typename string_set_type , typename seed_functor , typename index_vector_type > | |
uint64 | nvbio::enumerate_string_set_seeds (const string_set_type string_set, const seed_functor seeder, index_vector_type &indices) |