SeqAn3 3.4.0-rc.4
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::policy_optimum_tracker_simd. More...
#include <limits>
#include <ranges>
#include <seqan3/alignment/pairwise/detail/policy_optimum_tracker.hpp>
#include <seqan3/utility/simd/algorithm.hpp>
#include <seqan3/utility/simd/simd.hpp>
#include <seqan3/utility/simd/simd_traits.hpp>
#include <seqan3/utility/type_traits/lazy_conditional.hpp>
#include <seqan3/utility/views/zip.hpp>
Go to the source code of this file.
Classes | |
struct | seqan3::detail::max_score_updater_simd_global |
Function object that compares and updates the alignment optimum for the vectorised global alignment algorithm. More... | |
class | seqan3::detail::policy_optimum_tracker_simd< alignment_configuration_t, optimum_updater_t > |
Implements the tracker to store the global optimum for a particular alignment computation. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::detail |
The internal SeqAn3 namespace. | |