Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-30 17:05:52 +01:00 committed by GitHub
parent 5ae9046779
commit a3f5f3e00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ Important VS Code notes:
* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md)
* Iterate
- [ndenumerate](numpy/ndenumerate/README.md)
- [ndindex](numpy/ndindex/README.md)
## Numpy: Special topics
* [Memory layout of Numpy matrices](numpy/layout/README.md)