Home
last modified time | relevance | path

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

/third_party/boost/libs/python/example/numpy/
Dgaussian.cpp189 static bn::ndarray py_get_sigma(bp::object const & self) { in py_get_sigma() function
305 .add_property("sigma", &py_get_sigma) in BOOST_PYTHON_MODULE()