MCPcopy Create free account
hub / github.com/pybind/pybind11 / vectorize_extractor

Function vectorize_extractor

include/pybind11/numpy.h:2276–2278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2274
2275template <typename Func, typename Return, typename... Args>
2276vectorize_helper<Func, Return, Args...> vectorize_extractor(const Func &f, Return (*)(Args...)) {
2277 return detail::vectorize_helper<Func, Return, Args...>(f);
2278}
2279
2280template <typename T, int Flags>
2281struct handle_type_name<array_t<T, Flags>> {

Callers 1

vectorizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected