SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
enc_vector_dna.hpp contains the sdsl::enc_vector_dna class. More...
Go to the source code of this file.
Classes | |
struct | sdsl::enc_vector_dna_trait< fixedIntWidth > |
struct | sdsl::enc_vector_dna_trait< 32 > |
class | sdsl::enc_vector_dna< SampleDens, fixedIntWidth > |
An immutable space-saving vector class for unsigned positiv integers of the psi-values of dna data. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
Functions | |
uint64_t | sdsl::decode64bit (uint64_t w) |
enc_vector_dna.hpp contains the sdsl::enc_vector_dna class.