|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::detail::to_simd view. More...
#include <algorithm>#include <iterator>#include <ranges>#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/detail/template_inspection.hpp>#include <seqan3/core/range/detail/adaptor_from_functor.hpp>#include <seqan3/core/range/type_traits.hpp>#include <seqan3/utility/simd/algorithm.hpp>#include <seqan3/utility/simd/concept.hpp>#include <seqan3/utility/simd/simd.hpp>#include <seqan3/utility/simd/simd_traits.hpp>#include <seqan3/utility/views/type_reduce.hpp>#include <seqan3/utility/views/zip.hpp>
Include dependency graph for to_simd.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | seqan3::detail::view_to_simd< urng_t, simd_t >::iterator_type |
| Iterator that transposes the underlying range of ranges and transforms that to SIMD types. More... | |
| struct | seqan3::detail::to_simd_fn< simd_t > |
| views::to_simd's range adaptor closure object type. More... | |
| class | seqan3::detail::view_to_simd< urng_t, simd_t > |
| Transforms a range of ranges into chunks of seqan3::simd vectors. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
| 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. | |
Provides seqan3::detail::to_simd view.