VectorizedFunction#

class numpy::VectorizedFunction#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use VectorizedFunction
VectorizedFunction obj;
// ... operations ...

Constructors#

Signature

Location

Example

VectorizedFunction(Func &&func)

NP_VECTORIZE_BROADCAST.H:415

Operators#

Signature

Return Type

Location

Example

auto operator()(ArrayArgs &&...args)

auto

NP_VECTORIZE_BROADCAST.H:420