File pybind11_helper.hpp¶
-
namespace
time_series
Functions
-
template<typename
T
>
voidcreate_multiprocesses_python_bindings
(pybind11::module &m, const std::string &classname)¶ adds to the python module m a class called TimeSeries which is of typedef time_series::MultiprocessTimeSeries<T>
-
template<typename
T
>
voidcreate_python_bindings
(pybind11::module &m, const std::string &classname)¶ adds to the python module m a class called TimeSeries which is of typedef time_series::TimeSeries<T>
-
namespace
internal
-
template<typename