Reference documentation for deal.II version 9.6.0
|
This is the complete list of members for VectorizedArrayIterator< T >, including all inherited members.
data | VectorizedArrayIterator< T > | private |
lane | VectorizedArrayIterator< T > | private |
operator!=(const VectorizedArrayIterator< T > &other) const | VectorizedArrayIterator< T > | inline |
operator*() const | VectorizedArrayIterator< T > | inline |
operator*() | VectorizedArrayIterator< T > | inline |
operator+(const std::size_t &offset) const | VectorizedArrayIterator< T > | inline |
operator++() | VectorizedArrayIterator< T > | inline |
operator+=(const std::size_t offset) | VectorizedArrayIterator< T > | inline |
operator-(const VectorizedArrayIterator< T > &other) const | VectorizedArrayIterator< T > | inline |
operator--() | VectorizedArrayIterator< T > | inline |
operator==(const VectorizedArrayIterator< T > &other) const | VectorizedArrayIterator< T > | inline |
VectorizedArrayIterator(T &data, const std::size_t lane) | VectorizedArrayIterator< T > | inline |