标签: python numpy memoryview
numpy上的一些ndarray操作会创建原始数组的视图,而不是新数组,例如切片索引和转置。
numpy
ndarray
有人可以给我或指出一份有关此类行动的综合清单吗?