SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
unbanded_score_trace_dp_matrix_policy.hpp File Reference

Provides seqan3::detail::unbanded_score_trace_dp_matrix. More...

#include <deque>
#include <range/v3/view/iota.hpp>
#include <range/v3/view/reverse.hpp>
#include <range/v3/view/zip.hpp>
#include <seqan3/alignment/matrix/alignment_coordinate.hpp>
#include <seqan3/alignment/matrix/trace_directions.hpp>
#include <seqan3/alignment/pairwise/policy/unbanded_score_dp_matrix_policy.hpp>
#include <seqan3/range/view/persist.hpp>
#include <seqan3/std/span>
+ Include dependency graph for unbanded_score_trace_dp_matrix_policy.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Provides seqan3::detail::unbanded_score_trace_dp_matrix.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>