2 files changed
+14
-2
lines changed- .github/workflows/build.yml+30-3
- README.md+6-3
- build-cp.sh+20
- code/approx/approx.c+50-8
- code/compare/compare.c+29-25
- code/fft/fft.c+9-9
- code/filter/filter.c+24-16
- code/linalg/linalg.c+83-48
- code/linalg/linalg.h+1
- code/ndarray.c+83-23
- code/numerical/numerical.c+52-47
- code/poly/poly.c+24-19
- code/ulab.c+1-1
- code/ulab_create.c+50-41
- code/vector/vectorise.c+34-27
- docs/manual/source/conf.py+1-1
- docs/manual/source/ulab.rst+11-13
- docs/ulab-change-log.md+30-1
- docs/ulab-manual.ipynb+17-18
Lines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2863 | 2863 |
| |
2864 | 2864 |
| |
2865 | 2865 |
| |
| 2866 | + | |
| 2867 | + | |
| 2868 | + | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
| 2872 | + | |
| 2873 | + | |
2866 | 2874 |
| |
2867 | 2875 |
| |
2868 | 2876 |
| |
| |||
3295 | 3303 |
| |
3296 | 3304 |
| |
3297 | 3305 |
| |
| 3306 | + | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
3298 | 3310 |
| |
3299 | 3311 |
| |
3300 | 3312 |
| |
|
0 commit comments