2

想像してみてください、私は持っています

a = np.memmap(..)
b = np.memmap(..)

要素ごとの結果と更新を取得したいと思います。

a = a[0:size1:2] * b[1:size1:3]
4

1 に答える 1