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

Provides seqan3::detail::unbanded_score_dp_matrix_policy. More...

#include <vector>
#include <tuple>
#include <range/v3/view/iota.hpp>
#include <range/v3/view/repeat_n.hpp>
#include <range/v3/view/transform.hpp>
#include <range/v3/view/zip.hpp>
#include <seqan3/alignment/matrix/alignment_coordinate.hpp>
#include <seqan3/core/type_traits/range.hpp>
#include <seqan3/range/shortcuts.hpp>
#include <seqan3/std/span>
#include <seqan3/std/ranges>
+ Include dependency graph for unbanded_score_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_dp_matrix_policy.

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