Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
50c6c034fd
commit
bbb25ecc41
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ Important VS Code notes:
|
|||
* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md)
|
||||
|
||||
## Numpy: Special topics
|
||||
* [Memory layout of Numpy matrices](numpy/layout/README.md)
|
||||
* [Beyond normal np.save](numpy/save_special/README.md)
|
||||
* [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md)
|
||||
* [Manipulation of integers and their bits](numpy/bits_and_integers/README.md)
|
||||
|
|
Loading…
Reference in a new issue