LoginSignup
0
0

More than 5 years have passed since last update.

numpy > reshape > 新しいviewを作成する

Last updated at Posted at 2017-07-23

最近読んでいる本の中でviewについて書かれていた。

以下のリンク先でもviewについて書かれている。

answered Feb 27 '14 at 16:26
Gareth Rees
...
If we reshape an array, this doesn't change the data buffer. Instead, it creates a new view that describes a different way to interpret the data. So after:

>>> b = a.reshape((3, 4))
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0