File tree
3 files changed
+15
-3
lines changed- extmod
- locale
- ports/nrf/boards/circuitplayground_bluefruit
3 files changed
+15
-3
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: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2871 | 2871 |
| |
2872 | 2872 |
| |
2873 | 2873 |
| |
| 2874 | + | |
| 2875 | + | |
| 2876 | + | |
| 2877 | + | |
| 2878 | + | |
| 2879 | + | |
| 2880 | + | |
| 2881 | + | |
2874 | 2882 |
| |
2875 | 2883 |
| |
2876 | 2884 |
| |
| |||
3303 | 3311 |
| |
3304 | 3312 |
| |
3305 | 3313 |
| |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
3306 | 3318 |
| |
3307 | 3319 |
| |
3308 | 3320 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
| 62 | + | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
0 commit comments