Public Types | |
using | strides_type = S |
Public Member Functions | |
check_strides_functor (const S &strides) | |
template<class T, layout_type LE = L> | |
std::enable_if_t< LE==layout_type::row_major, std::size_t > | operator() (const T &el) |
template<class T, layout_type LE = L> | |
std::enable_if_t< LE==layout_type::column_major, std::size_t > | operator() (const T &el) |
template<class T> | |
std::size_t | operator() (const xt::xscalar< T > &) |
template<class F, class... CT> | |
std::size_t | operator() (const xt::xfunction< F, CT... > &xf) |
Definition at line 958 of file xassign.hpp.
using xt::strided_assign_detail::check_strides_functor< L, S >::strides_type = S |
Definition at line 960 of file xassign.hpp.
|
inline |
Definition at line 962 of file xassign.hpp.
|
inline |
Definition at line 969 of file xassign.hpp.
|
inline |
Definition at line 981 of file xassign.hpp.
|
inline |
Definition at line 999 of file xassign.hpp.
|
inline |
Definition at line 993 of file xassign.hpp.