Home
last modified time | relevance | path

Searched defs:Bwt (Results 1 – 10 of 10) sorted by relevance

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_fm.h87 typedef WaveletTree<TSpec, WTRDConfig<LengthSum, Alloc<>, LEVELS, WORDS_PER_BLOCK> > Bwt; typedef
132 typedef Levels<TSpec, LevelsPrefixRDConfig<LengthSum, Alloc<>, LEVELS, WORDS_PER_BLOCK> > Bwt; typedef
H A Dindex_bwt.h44 struct Bwt {}; struct
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_fm.h87 typedef WaveletTree<TSpec, WTRDConfig<LengthSum, Alloc<>, LEVELS, WORDS_PER_BLOCK> > Bwt; typedef
132 typedef Levels<TSpec, LevelsPrefixRDConfig<LengthSum, Alloc<>, LEVELS, WORDS_PER_BLOCK> > Bwt; typedef
H A Dindex_bwt.h44 struct Bwt {}; struct
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_bwt.h44 struct Bwt {}; struct
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_bwt.h44 struct Bwt {}; struct
H A Dindex_fm.h81 typedef WaveletTree<TSpec, WTRDConfig<LengthSum> > Bwt; typedef
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/index/
H A Dtest_index_fm.cpp64 typedef Levels<TSpec, LevelsRDConfig<TLengthSum, Alloc<>, 1, 0> > Bwt; typedef
72 typedef Levels<TSpec, LevelsPrefixRDConfig<TLengthSum, Alloc<>, 1, 0> > Bwt; typedef
H A Dtest_index_bifm.cpp46 typedef Levels<TSpec, LevelsPrefixRDConfig<TLengthSum, Alloc<>, 1, 0> > Bwt; typedef
56 typedef WaveletTree<TSpec, WTRDConfig<TLengthSum, Alloc<>, 1, 0> > Bwt; typedef
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/reduced_aminoacid/
H A Dtest_reduced_aminoacid.h279 typedef WaveletTree<void, WTRDConfig<LengthSum, Alloc<>, 1> > Bwt; typedef