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:12:19 +01:00 committed by GitHub
parent ac9863cc43
commit fc08f86119
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,6 +104,7 @@ Important VS Code notes:
* [Memory layout of Numpy matrices](numpy/layout/README.md)
* [Stack and Split, Compress](numpy/stack_split/README.md)
* [Beyond normal np.save](numpy/save_special/README.md)
* [Trim Zeros of a 1d array](numpy/trim_zeros/README.md)
* Iterating over an array / matrix
- [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md)
- [Replacing an inner for loop with apply_along_axis](numpy/iterating/README.md)