Public Member Functions | |
| void | increment_stepper (S &stepper, IT &index, const ST &shape) |
| void | increment_stepper (S &stepper, IT &index, const ST &shape, typename S::size_type n) |
| void | decrement_stepper (S &stepper, IT &index, const ST &shape) |
| void | decrement_stepper (S &stepper, IT &index, const ST &shape, typename S::size_type n) |
| void | increment_stepper (S &stepper, IT &index, const ST &shape) |
| void | increment_stepper (S &stepper, IT &index, const ST &shape, typename S::size_type n) |
| void | decrement_stepper (S &stepper, IT &index, const ST &shape) |
| void | decrement_stepper (S &stepper, IT &index, const ST &shape, typename S::size_type n) |
Definition at line 152 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::row_major >::decrement_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape ) |
Definition at line 696 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::column_major >::decrement_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape ) |
Definition at line 879 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::row_major >::decrement_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape, | ||
| typename S::size_type | n ) |
Definition at line 726 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::column_major >::decrement_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape, | ||
| typename S::size_type | n ) |
Definition at line 910 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::row_major >::increment_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape ) |
Definition at line 591 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::column_major >::increment_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape ) |
Definition at line 773 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::row_major >::increment_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape, | ||
| typename S::size_type | n ) |
Definition at line 635 of file xiterator.hpp.
| void xt::stepper_tools< layout_type::column_major >::increment_stepper | ( | S & | stepper, |
| IT & | index, | ||
| const ST & | shape, | ||
| typename S::size_type | n ) |
Definition at line 817 of file xiterator.hpp.