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

csa_sampling_strategy.hpp includes different strategy classes for suffix array sampling in the CSAs. More...

#include <set>
#include <tuple>
#include <sdsl/csa_alphabet_strategy.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/inv_perm_support.hpp>
#include <sdsl/wavelet_trees.hpp>

Go to the source code of this file.

Classes

class  sdsl::_sa_order_sampling< t_csa, t_width >
 
struct  sdsl::sa_order_sa_sampling< t_width >
 
class  sdsl::_text_order_sampling< t_csa, t_bv, t_rank, t_width >
 
struct  sdsl::text_order_sa_sampling< t_bit_vec, t_rank_sup, t_width >
 
class  sdsl::_fuzzy_sa_sampling< t_csa, t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa >
 
struct  sdsl::fuzzy_sa_sampling< t_bv_sa, t_bv_isa, t_rank_sa, t_select_isa >
 
class  sdsl::_bwt_sampling< t_csa, t_bv, t_rank, t_width >
 
struct  sdsl::sa_bwt_sampling< t_bit_vec, t_rank_sup, t_width >
 
class  sdsl::_isa_sampling< t_csa, t_width >
 
struct  sdsl::isa_sampling< t_width >
 
class  sdsl::_text_order_isa_sampling_support< t_csa, t_inv_perm, t_sel >
 
struct  sdsl::text_order_isa_sampling_support< t_inv_perm, t_sel >
 
class  sdsl::_fuzzy_isa_sampling_support< t_csa, t_select_sa >
 
struct  sdsl::fuzzy_isa_sampling_support< t_select_sa >
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

csa_sampling_strategy.hpp includes different strategy classes for suffix array sampling in the CSAs.

Author
Simon Gog

Definition in file csa_sampling_strategy.hpp.