Module iterator_traits

Source
Expand description

A module contains all the iterator traits

Traitsยง

IterGetSet
A trait for getting and setting values from an iterator.
IterGetSetSimd
A trait for getting and setting values from an simd iterator
ParStridedIteratorSimd
A trait for performing single thread simd iteration over an iterator.
ParStridedIteratorSimdZip
A trait to zip two parallel iterators together.
ParStridedIteratorZip
A trait to zip two parallel iterators together.
ShapeManipulator
A trait for performing shape manipulation on an iterator.
StridedIterator
A trait for performing single thread iteration over an iterator.
StridedIteratorMap
A trait to map a function on the elements of an iterator.
StridedIteratorSimd
A trait for performing single thread simd iteration over an iterator.
StridedIteratorZip
A trait to zip two iterators together.
StridedSimdIteratorZip
A trait to zip two simd iterators together.