cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
test_numpy_vectorize.cpp File Reference
#include "pybind11_tests.h"
#include <pybind11/numpy.h>

Go to the source code of this file.

Functions

double my_func (int x, float y, double z)
 
 TEST_SUBMODULE (numpy_vectorize, m)
 

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()

TEST_SUBMODULE ( numpy_vectorize  ,
 
)

Definition at line 19 of file test_numpy_vectorize.cpp.