Scarab  2.8.1
Project 8 C++ Utility Library
Functions | Variables
test_numpy_vectorize.cpp File Reference
#include "pybind11_tests.h"
#include <pybind11/numpy.h>
Include dependency graph for test_numpy_vectorize.cpp:

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)
 

Function Documentation

◆ my_func()

double my_func ( int  x,
float  y,
double  z 
)

Definition at line 14 of file test_numpy_vectorize.cpp.

◆ test_submodule_numpy_vectorize()

void test_submodule_numpy_vectorize ( py::module m)

Definition at line 19 of file test_numpy_vectorize.cpp.

Variable Documentation

◆ numpy_vectorize

test_initializer numpy_vectorize("numpy_vectorize", test_submodule_numpy_vectorize)