SeqAn3
simd_algorithm.hpp File Reference

Contains algorithms to modify seqan3::simd::simd_type. More...

#include <utility>
#include <seqan3/core/simd/concept.hpp>
#include <seqan3/core/simd/simd_traits.hpp>
Include dependency graph for simd_algorithm.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::simd
 The SeqAn3 namespace for simd data types, algorithms and meta functions.
 

Functions

template<simd_concept simd_t>
constexpr simd_t seqan3::simd::fill (typename simd_traits< simd_t >::scalar_type const scalar)
 Fills a seqan3::simd::simd_type vector with a scalar value. More...
 
template<simd_concept simd_t>
constexpr simd_t seqan3::simd::iota (typename simd_traits< simd_t >::scalar_type const offset)
 Fills a seqan3::simd::simd_type vector with the scalar values offset, offset+1, offset+2, ... More...
 

Detailed Description

Contains algorithms to modify seqan3::simd::simd_type.

Author
Marcel Ehrhardt <marcel.ehrhardt AT fu-berlin.de>