Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-28 17:46:08 +01:00 committed by GitHub
parent 50c6c034fd
commit bbb25ecc41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,6 +90,7 @@ Important VS Code notes:
* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md) * [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md)
## Numpy: Special topics ## Numpy: Special topics
* [Memory layout of Numpy matrices](numpy/layout/README.md)
* [Beyond normal np.save](numpy/save_special/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) * [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) * [Manipulation of integers and their bits](numpy/bits_and_integers/README.md)