SDSL 3.0.3
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 <iosfwd>
#include <set>
#include <stdint.h>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/config.hpp>
#include <sdsl/construct.hpp>
#include <sdsl/construct_isa.hpp>
#include <sdsl/csa_alphabet_strategy.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/inv_perm_support.hpp>
#include <sdsl/io.hpp>
#include <sdsl/memory_tracking.hpp>
#include <sdsl/ram_fs.hpp>
#include <sdsl/rank_support_v.hpp>
#include <sdsl/rrr_vector.hpp>
#include <sdsl/sd_vector.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
#include <sdsl/wt_int.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.