SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
iota_simd.hpp File Reference

Provides seqan3::detail::counted_simd_iterator and seqan3::views::iota_simd. More...

+ Include dependency graph for iota_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::counted_simd_iterator< index_simd_t >
 Implements a special version of a counted iterator over a simd vector. More...
 
class  seqan3::detail::iota_simd_view< index_simd_t >
 The simd iota view. More...
 
struct  seqan3::detail::iota_simd_view_fn< index_simd_t >
 The view adaptor returning the seqan3::detail::iota_simd_view. 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_concept index_simd_t>
constexpr detail::iota_simd_view_fn< index_simd_t > seqan3::views::iota_simd
 An iota view over a simd vector.
 

Detailed Description

Provides seqan3::detail::counted_simd_iterator and seqan3::views::iota_simd.

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