SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::binomial15_impl< T > Class Template Reference

#include <rrr_vector_15.hpp>

Public Types

typedef uint32_t number_type
 

Static Public Member Functions

static uint8_t space_for_bt (uint32_t i)
 
static uint32_t nr_to_bin (uint8_t k, uint32_t nr)
 
static uint32_t bin_to_nr (uint32_t bin)
 
static uint8_t space_for_bt_pair (uint8_t x)
 

Detailed Description

template<typename T = void>
class sdsl::binomial15_impl< T >

Definition at line 40 of file rrr_vector_15.hpp.

Member Typedef Documentation

◆ number_type

template<typename T = void>
typedef uint32_t sdsl::binomial15_impl< T >::number_type

Definition at line 43 of file rrr_vector_15.hpp.

Member Function Documentation

◆ bin_to_nr()

template<typename T = void>
static uint32_t sdsl::binomial15_impl< T >::bin_to_nr ( uint32_t bin)
inlinestatic

Definition at line 105 of file rrr_vector_15.hpp.

◆ nr_to_bin()

template<typename T = void>
static uint32_t sdsl::binomial15_impl< T >::nr_to_bin ( uint8_t k,
uint32_t nr )
inlinestatic

Definition at line 100 of file rrr_vector_15.hpp.

◆ space_for_bt()

template<typename T = void>
static uint8_t sdsl::binomial15_impl< T >::space_for_bt ( uint32_t i)
inlinestatic

Definition at line 95 of file rrr_vector_15.hpp.

◆ space_for_bt_pair()

template<typename T = void>
static uint8_t sdsl::binomial15_impl< T >::space_for_bt_pair ( uint8_t x)
inlinestatic

Definition at line 110 of file rrr_vector_15.hpp.


The documentation for this class was generated from the following file: