Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想像してみてください、私は持っています
a = np.memmap(..) b = np.memmap(..)
要素ごとの結果と更新を取得したいと思います。
a = a[0:size1:2] * b[1:size1:3]