SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::pairwise_alignment_algorithm. More...
#include <concepts>
#include <ranges>
#include <seqan3/alignment/pairwise/detail/type_traits.hpp>
#include <seqan3/core/detail/empty_type.hpp>
#include <seqan3/utility/container/aligned_allocator.hpp>
#include <seqan3/utility/detail/type_name_as_string.hpp>
#include <seqan3/utility/simd/views/to_simd.hpp>
#include <seqan3/utility/views/elements.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::detail::pairwise_alignment_algorithm< alignment_configuration_t, policies_t > |
The alignment algorithm type to compute standard pairwise alignment using dynamic programming. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::detail |
The internal SeqAn3 namespace. | |