|
xtensor
|
Evaluation functions. More...
Functions | |
| template<class T> | |
| auto | xt::eval (T &&t) -> std::enable_if_t< detail::is_container< std::decay_t< T > >::value, T && > |
| Force evaluation of xexpression. | |
| template<layout_type L = layout_type::any, class E> | |
| auto | xt::as_strided (E &&e) -> std::enable_if_t< data_interface_expression< std::decay_t< E > > &&detail::has_same_layout< L, E >(), E && > |
| Force evaluation of xexpression not providing a data interface and convert to the required layout. | |
Evaluation functions.
Defined in xtensor/xeval.hpp
|
inline |
Force evaluation of xexpression not providing a data interface and convert to the required layout.
|
inline |
Force evaluation of xexpression.