Searched refs:data_ex (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/python/example/numpy/ |
D | ndarray.cpp | 48 np::ndarray data_ex = np::from_data(data,dt,shape,stride,own); in main() local 50 …dimensional array ::" << std::endl << p::extract < char const * > (p::str(data_ex)) << std::endl ; in main()
|
/third_party/boost/libs/python/doc/html/numpy/ |
D | searchindex.js | 1 …tom:[2,7],custom_dtyp:[2,7],danger:10,data:[0,2,5,7,9,10,11],data_ex1:10,data_ex:[5,10],datatyp:[7… property
|
/third_party/boost/libs/python/doc/html/numpy/_sources/tutorial/ |
D | ndarray.rst.txt | 63 << p::extract<char const *>(p::str(data_ex)) << std::endl;
|
/third_party/boost/libs/python/doc/numpy/tutorial/ |
D | ndarray.rst | 63 << p::extract<char const *>(p::str(data_ex)) << std::endl;
|
/third_party/boost/libs/python/doc/numpy/reference/ |
D | ndarray.rst | 373 np::ndarray data_ex = np::from_data(data,dt,shape,stride,own);
|
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/ |
D | ndarray.rst.txt | 373 np::ndarray data_ex = np::from_data(data,dt,shape,stride,own);
|