14 files changed
+72
-626
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
| 244 | + | |
244 | 245 |
| |
245 | 246 |
| |
246 | 247 |
| |
|
- README.md+43-26
- code/approx.h-42
- code/approx/approx.c+193-78
- code/approx/approx.h+37
- code/compare/compare.c+62-19
- code/compare/compare.h+2-2
- code/extras.c-44
- code/fft/fft.c+62-17
- code/fft/fft.h+3-2
- code/filter/filter.c+36-1
- code/filter/filter.h+2-2
- code/linalg/linalg.c+263-160
- code/linalg/linalg.h+6-5
- code/micropython.mk+11-13
- code/ndarray.c+173-64
- code/ndarray.h+6
- code/numerical/numerical.c+370-301
- code/numerical/numerical.h+2-2
- code/poly/poly.c+66-52
- code/poly/poly.h+2-1
- code/ulab.c+16-15
- code/ulab.h+4-4
- code/ulab_create.c+146-29
- code/ulab_create.h+2
- code/user/user.c+44
- code/user/user.h+6-7
- code/vector/vectorise.c+212-58
- code/vector/vectorise.h+3-3
- docs/manual/source/conf.py+1-1
- docs/manual/source/ulab.rst+105
- docs/ulab-change-log.md+31-1
- docs/ulab-manual.ipynb+158-11
0 commit comments