MCPcopy Create free account

hub / github.com/RagnarGrootKoerkamp/astar-pairwise-aligner / functions

Functions930 in github.com/RagnarGrootKoerkamp/astar-pairwise-aligner

Functionkmer_removal
()
pa-heuristic/src/matches/inexact.rs:377
Methodlast_frame
This function may be called after the main loop to display final image.
pa-vis/src/lib.rs:97
Methodlast_frame_simple
(&mut self)
pa-vis/src/lib.rs:111
Methodlast_front
(&self)
pa-base-algos/src/nw/bitpacking.rs:676
Methodlast_i
(&self)
pa-base-algos/src/nw/bitpacking.rs:672
Methodlast_i
(&self)
pa-base-algos/src/nw/affine.rs:236
Methodlayer
(&self, pos: Pos)
pa-heuristic/src/heuristic/sh.rs:94
Methodlayer
(&self, pos: Pos)
pa-heuristic/src/heuristic/csh.rs:352
Methodlayer
(&self, pos: Pos)
pa-heuristic/src/heuristic/wrappers.rs:110
Methodlayer
(&self, pos: Pos)
pa-heuristic/src/heuristic/bruteforce_gcsh.rs:152
Methodlayer_with_hint
The internal contour value at the given position, if available.
pa-heuristic/src/heuristic.rs:115
Methodlayer_with_hint
(&self, pos: Pos, hint: Self::Hint)
pa-heuristic/src/heuristic/csh.rs:356
Methodlayer_with_hint
(&self, pos: Pos, hint: Self::Hint)
pa-heuristic/src/heuristic/wrappers.rs:114
Methodlcs
()
pa-affine-types/src/cost_model.rs:112
Methodleft
(self, d: i32)
pa-vis/src/canvas.rs:41
Methodlinear
(sub: Cost, indel: Cost)
pa-affine-types/src/cost_model.rs:118
Methodlinear_affine
(sub: Cost, indel: Cost, open: Cost, extend: Cost)
pa-affine-types/src/cost_model.rs:146
Methodlinear_asymmetric
(sub: Cost, ins: Cost, del: Cost)
pa-affine-types/src/cost_model.rs:121
Methodlinear_cost_in_direction
(&self, d: i32)
pa-affine-types/src/cost_model.rs:435
Functionlocal_doubling
()
pa-base-algos/src/nw.rs:1123
Functionlocal_doubling
()
astarpa2/src/tests.rs:123
Functionlog
(s: &str)
pa-web/src/wasm.rs:25
Functionlookup_seeds_in_qgram_hashmap
(a: Seq, b: Seq, k: I)
pa-heuristic/benches/matches_old.rs:107
Functionlookup_suffixes_in_qgram_hashmap
(a: Seq, b: Seq, k: I)
pa-heuristic/benches/matches_old.rs:122
Methodm_affine_mut
(&mut self, layer_idx: usize)
pa-base-algos/src/front.rs:287
Functionmain
()
astarpa-next/src/bin/path_pruning.rs:53
Functionmain
()
astarpa-next/examples/path-pruning.rs:12
Functionmain
()
pa-bin/src/main.rs:9
Functionmain
()
pa-bin/examples/nanosim_to_seq.rs:34
Functionmain
()
pa-bin/examples/thesis-cover.rs:17
Functionmain
()
pa-bin/examples/path-tracing.rs:13
Functionmain
()
pa-bin/examples/random_distance.rs:19
Functionmain
()
pa-bin/examples/readme-astarpa2.rs:8
Functionmain
()
pa-bin/examples/readme-videos.rs:18
Functionmain
()
pa-bin/examples/fuzz.rs:22
Functionmain
()
pa-bin/examples/aligners_vis.rs:15
Functionmain
()
pa-bin/examples/no-matches.rs:8
Functionmain
()
pa-bin/examples/domains.rs:12
Functionmain
()
pa-bin/examples/astarpa2.rs:1
Functionmain
()
pa-bin/examples/local-doubling.rs:48
Functionmain
()
pa-bin/examples/slides-videos.rs:11
Functionmain
()
pa-bin/examples/path-tracing-affine.rs:13
Functionmain
()
pa-bin/examples/affine-gapcost.rs:8
Functionmain
()
pa-bin/examples/txt_to_seq.rs:16
Functionmain
()
pa-bin/examples/affine_scaling.rs:7
Functionmain
()
pa-bin/examples/readme-layers.rs:10
Functionmain
()
pa-bin/examples/astarpa-figures/comparison.rs:10
Functionmain
()
pa-bin/examples/astarpa-figures/no-matches.rs:8
Functionmain
()
pa-bin/examples/astarpa-figures/layers.rs:8
Functionmain
()
pa-bin/examples/astarpa-figures/limitations.rs:11
Functionmain
()
pa-bin/examples/astarpa-figures/intro.rs:16
Functionmain
()
pa-bin/examples/astarpa2-figures/prepruning.rs:11
Functionmain
()
pa-bin/examples/astarpa2-figures/trace.rs:6
Functionmain
()
pa-bin/examples/astarpa2-figures/comparison.rs:17
Functionmain
()
pa-bin/examples/astarpa2-figures/ranges.rs:6
Functionmain
()
pa-bin/examples/astarpa2-figures/layers.rs:8
Functionmain
()
pa-bin/examples/astarpa2-figures/doubling.rs:6
Functionmain
()
pa-bin/examples/astarpa2-figures/simd.rs:9
Functionmain
()
pa-bin/examples/astarpa2-figures/intro.rs:17
Functionmain
astarpa-c/example.cpp:7
Functionmain
astarpa-c/example.c:7
Methodmatch_key
(m: &Match)
pa-heuristic/src/matches.rs:249
Methodmatches
(&self)
pa-heuristic/src/heuristic.rs:168
Methodmatches
(&self)
pa-heuristic/src/heuristic/csh.rs:568
Methodmatches
(&self)
pa-heuristic/src/heuristic/wrappers.rs:65
Methodmatches
(&self)
pa-heuristic/src/heuristic/bruteforce_gcsh.rs:180
Methodmax_del_for_cost_open_only
(&self, s: Cost)
pa-affine-types/src/cost_model.rs:418
Methodmax_edge_cost
(cm: &AffineCost<N>)
pa-base-algos/src/edit_graph.rs:63
Methodmax_ins_for_cost_open_only
(&self, s: Cost)
pa-affine-types/src/cost_model.rs:403
Methodmax_matches
(&self)
pa-heuristic/src/matches.rs:380
Functionn100000_am_in_b
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:344
Functionn100000_am_in_b_dedup
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:365
Functionn100000_inexact_hash
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:323
Functionn10000_a_in_bm
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:400
Functionn10000_am_in_b
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:337
Functionn10000_am_in_b_dedup
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:358
Functionn10000_b_in_am
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:379
Functionn10000_bm_in_a
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:421
Functionn10000_inexact_hash
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:316
Functionn100_a_in_bm
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:393
Functionn100_am_in_b
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:330
Functionn100_am_in_b_dedup
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:351
Functionn100_b_in_am
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:372
Functionn100_bm_in_a
(bench: &mut Bencher)
pa-heuristic/benches/matches_inexact.rs:414
Methodname
(&self)
astarpa-next/src/path_pruning.rs:71
Methodname
(&self)
pa-heuristic/src/heuristic/sh.rs:29
Methodname
(&self)
pa-heuristic/src/heuristic/csh.rs:147
Methodname
(&self)
pa-heuristic/src/heuristic/distances.rs:30
Methodname
(&self)
pa-heuristic/src/heuristic/wrappers.rs:23
Methodnew
(a: Seq<'s>, b: Seq<'s>)
astarpa-next/src/compressed_history.rs:112
Methodnew
Create a new front for the given range, using the given buffer sizes.
pa-base-algos/src/front.rs:95
Methodnew
( cm: AffineCost<N>, use_gap_cost_heuristic: GapCostHeuristic, h: H, dc: bool,
pa-base-algos/src/dt.rs:100
Methodnew
( &self, trace: bool, a: Seq<'a>, b: Seq<'a>, cm: &'a AffineCost<0>,
pa-base-algos/src/nw/bitpacking.rs:274
Methodnew
(j_range: JRange)
pa-base-algos/src/nw/affine.rs:78
Methodnew
(len: usize)
pa-web/src/interaction.rs:34
Methodnew
(w: usize, h: usize, title: &str)
pa-vis/src/sdl.rs:41
Methodnew
(style: VisualizerStyle)
pa-vis/src/visualizer.rs:453
Methodnew
(i: I, j: I, layer: Layer)
pa-affine-types/src/lib.rs:21
Methodnew
( sub: Option<Cost>, ins: Option<Cost>, del: Option<Cost>, affine: [AffineLaye
pa-affine-types/src/cost_model.rs:230
Methodnew
Build the contours from a set of arrows. NOTE: Arrows must be reverse sorted by start.
pa-heuristic/src/contour.rs:94
← previousnext →701–800 of 930, ranked by callers