apply(f,...) applies the provided function in an elementwise fashion to its arguments, producing an object of the same dimensions.
More...
|
template<class F, class... A> |
constexpr apply_t< F, A... > | apply (F func, const A &...args) |
|
template<class A, class F> |
constexpr apply_t< F, A > | map (const A &a, F func) |
|
template<class A, class B, class F> |
constexpr apply_t< F, A, B > | zip (const A &a, const B &b, F func) |
|
apply(f,...) applies the provided function in an elementwise fashion to its arguments, producing an object of the same dimensions.
◆ mm_apply_t
template<class F, class... A>
◆ no_mm_apply_t
template<class F, class... A>
◆ scalar_t