SDSL 3.0.1
Succinct Data Structure Library
Loading...
Searching...
No Matches
wt_gmr.hpp File Reference

wt_gmr.hpp contains a specialized class to support select, rank and access on inputs over a large alphabet. More...

#include <algorithm>
#include <sdsl/bit_vectors.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/vectors.hpp>

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

namespace  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)
 

Detailed Description

wt_gmr.hpp contains a specialized class to support select, rank and access on inputs over a large alphabet.

Author
Alexander Diehm, Timo Beller, Simon Gog

Definition in file wt_gmr.hpp.