Provides seqan3::detail::to_simd view. More...
#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/detail/pack_algorithm.hpp>#include <seqan3/core/simd/concept.hpp>#include <seqan3/core/simd/simd_algorithm.hpp>#include <seqan3/core/simd/simd_traits.hpp>#include <seqan3/core/simd/simd.hpp>#include <seqan3/core/type_traits/range.hpp>#include <seqan3/core/type_traits/template_inspection.hpp>#include <seqan3/range/views/detail.hpp>#include <seqan3/range/views/type_reduce.hpp>#include <seqan3/range/views/zip.hpp>#include <seqan3/std/algorithm>#include <seqan3/std/iterator>#include <seqan3/std/ranges>
Include dependency graph for view_to_simd.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::views | |
| The SeqAn namespace for views. | |
Variables | |
| template<simd::simd_concept simd_t> | |
| constexpr auto | seqan3::views::to_simd |
| A view that transforms a range of ranges into chunks of seqan3::simd vectors. More... | |
Provides seqan3::detail::to_simd view.