learning-notes icon indicating copy to clipboard operation
learning-notes copied to clipboard

NumPy 中 `np.r_` 和 `np.c_` 怎么用?与 `np.hstack`、`np.vstack` 有什么区别?

Open daa233 opened this issue 7 years ago • 0 comments

参考: https://docs.scipy.org/doc/numpy/reference/generated/numpy.r_.html#numpy.r_ https://docs.scipy.org/doc/numpy/reference/generated/numpy.c_.html#numpy.c_

daa233 avatar Oct 12 '17 00:10 daa233