xtensor
|
Compute a layout based on a layout and a shape type. More...
#include <xshape.hpp>
Static Public Attributes | |
static constexpr std::ptrdiff_t | static_dimension = xt::static_dimension<S>::value |
static constexpr bool | is_any |
static constexpr layout_type | value = is_any ? layout_type::any : L |
Compute a layout based on a layout and a shape type.
The main functionality of this function is that it reduces vectors to xt::layout_type::any
so that assigning a row major 1D container to another row_major container becomes free.
Definition at line 263 of file xshape.hpp.
|
staticconstexpr |
Definition at line 266 of file xshape.hpp.
|
staticconstexpr |
Definition at line 265 of file xshape.hpp.
|
staticconstexpr |
Definition at line 268 of file xshape.hpp.