Skip to content

Commit 87e0ab4

Browse files
authored
Merge pull request #3 from gjbex/development
Add illustration of using structured numpy arrays
2 parents f747e74 + c4865b0 commit 87e0ab4

File tree

2 files changed

+513
-0
lines changed

2 files changed

+513
-0
lines changed

source-code/numpy/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ algorithms for scientific computing (Lapack, statistics,...).
2727
numexpr module.
2828
1. `numpy.ipynb`: Jupyter notebook illustrating some numpy aspects like
2929
array slicing, adding dimension to arrays, and so on.
30+
1. `structured_arrays.ipynb`: Jupyter notebook illustration creating of and
31+
working with structured numpy arrays.
3032
1. `optimization.py`: illustration of how to use the `scipy.optimize` for
3133
unconstrained multivariate optimization
3234
1. `target_function_plot.py`: script that creates a surface plot of the

0 commit comments

Comments
 (0)