Home
last modified time | relevance | path

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

/third_party/boost/libs/python/example/numpy/
Dndarray.cpp32 np::ndarray example_tuple = np::array (tu) ; in main() local
/third_party/boost/libs/python/doc/html/numpy/_sources/tutorial/
Dndarray.rst.txt25 np::ndarray example_tuple = np::array(tu);
/third_party/boost/libs/python/doc/numpy/tutorial/
Dndarray.rst25 np::ndarray example_tuple = np::array(tu);
/third_party/boost/libs/python/doc/numpy/reference/
Dndarray.rst361 np::ndarray example_tuple = np::array (tu) ;
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/
Dndarray.rst.txt361 np::ndarray example_tuple = np::array (tu) ;
/third_party/boost/libs/fusion/doc/
Dadapted.qbk201 boost::tuple<int,std::string> example_tuple(101, "hello");
202 std::cout << *__begin__(example_tuple) << '\n';
203 std::cout << *__next__(__begin__(example_tuple)) << '\n';