Public Attributes | |
| bool | can_do_strided_assign |
| bool | is_row_major |
| std::size_t | inner_loop_size |
| std::size_t | outer_loop_size |
| std::size_t | cut |
| std::size_t | dimension |
Definition at line 177 of file xassign.hpp.
| bool xt::strided_assign_detail::loop_sizes_t::can_do_strided_assign |
Definition at line 179 of file xassign.hpp.
| std::size_t xt::strided_assign_detail::loop_sizes_t::cut |
Definition at line 183 of file xassign.hpp.
| std::size_t xt::strided_assign_detail::loop_sizes_t::dimension |
Definition at line 184 of file xassign.hpp.
| std::size_t xt::strided_assign_detail::loop_sizes_t::inner_loop_size |
Definition at line 181 of file xassign.hpp.
| bool xt::strided_assign_detail::loop_sizes_t::is_row_major |
Definition at line 180 of file xassign.hpp.
| std::size_t xt::strided_assign_detail::loop_sizes_t::outer_loop_size |
Definition at line 182 of file xassign.hpp.