MCPcopy Create free account
hub / github.com/numpy/numpy / ufunc

Class ufunc

numpy/core/tests/data/generate_umath_validation_data.cpp:10–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <vector>
9
10struct ufunc {
11 std::string name;
12 double (*f32func)(double);
13 long double (*f64func)(long double);
14 float f32ulp;
15 float f64ulp;
16};
17
18template <typename T>
19T

Calls

no outgoing calls