xtensor
|
Public Types | |
using | base_type = xexpression_assigner_base<Tag> |
Static Public Member Functions | |
template<class E1 , class E2 > | |
static void | assign_xexpression (E1 &e1, const E2 &e2) |
template<class E1 , class E2 > | |
static void | computed_assign (xexpression< E1 > &e1, const xexpression< E2 > &e2) |
template<class E1 , class E2 , class F > | |
static void | scalar_computed_assign (xexpression< E1 > &e1, const E2 &e2, F &&f) |
template<class E1 , class E2 > | |
static void | assert_compatible_shape (const xexpression< E1 > &e1, const xexpression< E2 > &e2) |
Definition at line 78 of file xassign.hpp.
using xt::xexpression_assigner< Tag >::base_type = xexpression_assigner_base<Tag> |
Definition at line 82 of file xassign.hpp.
|
inlinestatic |
Definition at line 545 of file xassign.hpp.
Definition at line 485 of file xassign.hpp.
|
inlinestatic |
Definition at line 493 of file xassign.hpp.
|
inlinestatic |
Definition at line 530 of file xassign.hpp.