发现Boost官方文档的一处错误(numpy的ndarray)
文档位置:https://www.boost.org/doc/libs/1_65_1/libs/python/doc/html/numpy/tutorial/ndarray.html

shape在这里应该是(5,),表示一个一维数组.
新战场:https://blog.csdn.net/Stephen___Qin
文档位置:https://www.boost.org/doc/libs/1_65_1/libs/python/doc/html/numpy/tutorial/ndarray.html

shape在这里应该是(5,),表示一个一维数组.