Home
last modified time | relevance | path

Searched refs:call_vector (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/python/example/numpy/
Dgaussian.cpp296 typedef double (bivariate_gaussian::*call_vector)(vector2 const &) const; in BOOST_PYTHON_MODULE() typedef
308 .def("__call__", (call_vector)&bivariate_gaussian::operator()) in BOOST_PYTHON_MODULE()