Searched refs:BinarySquare (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/python/example/numpy/ |
D | ufunc.cpp | 32 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/ |
D | binary_ufunc.rst | 97 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/ |
D | binary_ufunc.rst.txt | 97 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/ |
D | ufunc.rst.txt | 26 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/ |
D | ufunc.rst | 26 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());
|