Home
last modified time | relevance | path

Searched defs:ps_custom_hook (Results 1 – 2 of 2) sorted by relevance

/dports/math/piranha/piranha-0.11/pyranha/
H A Dexpose_poisson_series.hpp52 struct ps_custom_hook { struct
55 struct has_t_integrate : piranha::detail::sfinae_types {
62 static auto t_integrate_wrapper(const S &s) -> decltype(s.t_integrate()) in t_integrate_wrapper()
68 static auto t_integrate_names_wrapper(const S &s, bp::list l) -> decltype(s.t_integrate()) in t_integrate_names_wrapper()
74 static void expose_t_integrate(bp::class_<S> &series_class) in expose_t_integrate()
80 static void expose_t_integrate(bp::class_<S> &) in expose_t_integrate()
84 void operator()(bp::class_<T> &series_class) const in operator ()()
/dports/math/py-piranha/piranha-0.11/pyranha/
H A Dexpose_poisson_series.hpp52 struct ps_custom_hook { struct
55 struct has_t_integrate : piranha::detail::sfinae_types {
62 static auto t_integrate_wrapper(const S &s) -> decltype(s.t_integrate()) in t_integrate_wrapper()
68 static auto t_integrate_names_wrapper(const S &s, bp::list l) -> decltype(s.t_integrate()) in t_integrate_names_wrapper()
74 static void expose_t_integrate(bp::class_<S> &series_class) in expose_t_integrate()
80 static void expose_t_integrate(bp::class_<S> &) in expose_t_integrate()
84 void operator()(bp::class_<T> &series_class) const in operator ()()