![]() |
Scarab
v2.9.1
Project 8 C++ Utility Library
|

Go to the source code of this file.
Functions | |
| double | my_func (int x, float y, double z) |
| void | test_submodule_numpy_vectorize (py::module &) |
Variables | |
| test_initializer | numpy_vectorize ("numpy_vectorize", test_submodule_numpy_vectorize) |
| double my_func | ( | int | x, |
| float | y, | ||
| double | z | ||
| ) |
Definition at line 14 of file test_numpy_vectorize.cpp.
| void test_submodule_numpy_vectorize | ( | py::module & | m | ) |
Definition at line 19 of file test_numpy_vectorize.cpp.
| test_initializer numpy_vectorize("numpy_vectorize", test_submodule_numpy_vectorize) |
1.8.13