SDSL
3.0.0
Succinct Data Structure Library
|
wt_gmr.hpp contains a specialized class to support select, rank and access on inputs over a large alphabet. More...
Go to the source code of this file.
Classes | |
class | sdsl::inv_multi_perm_support< t_s, t_rac, t_bv, t_rank > |
Class inv_multi_perm_support adds access to the inverse of permutations. More... | |
class | sdsl::wt_gmr_rs< t_rac, t_bitvector, t_select, t_select_zero > |
A wavelet tree class for integer sequences. More... | |
class | sdsl::wt_gmr< t_rac, t_inverse_support, t_bitvector, t_select, t_select_zero > |
A wavelet tree class for integer sequences. More... | |
Namespaces | |
sdsl | |
Namespace for the succinct data structure library. | |
Functions | |
template<class t_rac > | |
void | sdsl::_transform_to_compressed (int_vector<> &iv, typename std::enable_if<!(std::is_same< t_rac, int_vector<>>::value), t_rac >::type &rac, const std::string filename) |
template<class t_rac > | |
void | sdsl::_transform_to_compressed (int_vector<> &iv, typename std::enable_if< std::is_same< t_rac, int_vector<>>::value, t_rac >::type &rac, const std::string) |
wt_gmr.hpp contains a specialized class to support select, rank and access on inputs over a large alphabet.
Definition in file wt_gmr.hpp.