Home
last modified time | relevance | path

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

/third_party/boost/libs/python/example/numpy/
Dufunc.cpp32 struct BinarySquare struct
76 ud = p::class_<BinarySquare, boost::shared_ptr<BinarySquare> >("BinarySquare") in main()
77 .def("__call__", np::binary_ufunc<BinarySquare>::make()); in main()
/third_party/boost/libs/python/doc/numpy/reference/
Dbinary_ufunc.rst97 struct BinarySquare
106 …object ud = p::class_<BinarySquare, boost::shared_ptr<BinarySquare> >("BinarySquare").def("__call_…
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/
Dbinary_ufunc.rst.txt97 struct BinarySquare
106 …object ud = p::class_<BinarySquare, boost::shared_ptr<BinarySquare> >("BinarySquare").def("__call_…
/third_party/boost/libs/python/doc/html/numpy/_sources/tutorial/
Dufunc.rst.txt26 struct BinarySquare
97 Now lets try Binary ufuncs. Again, expose the struct BinarySquare to Python as a class, and let ud …
99 ud = p::class_<BinarySquare, boost::shared_ptr<BinarySquare> >("BinarySquare");
100 ud.def("__call__", np::binary_ufunc<BinarySquare>::make());
/third_party/boost/libs/python/doc/numpy/tutorial/
Dufunc.rst26 struct BinarySquare
97 Now lets try Binary ufuncs. Again, expose the struct BinarySquare to Python as a class, and let ud …
99 ud = p::class_<BinarySquare, boost::shared_ptr<BinarySquare> >("BinarySquare");
100 ud.def("__call__", np::binary_ufunc<BinarySquare>::make());