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:01:45 +01:00 committed by GitHub
parent e6ee924a22
commit 2c71764f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,6 +96,8 @@ Important VS Code notes:
- [rfft and spectral power](numpy/numpy_fft_1/README.md)
* [Meshgrid](numpy/mesh_grid/README.md)
* [Flip, rot90, and roll a matrix](numpy/reverse_an_axis/README.md)
* Iterate
- [ndenumerate](numpy/ndenumerate/README.md)
## Numpy: Special topics
* [Memory layout of Numpy matrices](numpy/layout/README.md)