22#include <pybind11/functional.h>
23#include <pybind11/pybind11.h>
24#include <pybind11/stl.h>
defines the macros to be used for explicit export of the symbols
ELEMENTS_API PYBIND11_MODULE(testCallBack, mod)
#define ELEMENTS_API
Dummy definitions for the backward compatibility mode.
ELEMENTS_API double testCallBack(std::vector< double > x, const std::function< double(std::vector< double >)> &fun)