forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2711 from jepler/update-ulab
update ulab
- Loading branch information
Showing
29 changed files
with
1,049 additions
and
808 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ulab
updated
25 files
+4 −0 | .github/workflows/build.yml | |
+23 −20 | README.md | |
+1 −1 | build.sh | |
+13 −2 | code/extras.c | |
+1 −0 | code/extras.h | |
+0 −17 | code/fft.c | |
+8 −0 | code/fft.h | |
+66 −6 | code/linalg.c | |
+6 −0 | code/linalg.h | |
+24 −9 | code/ndarray.c | |
+1 −1 | code/ulab.c | |
+1 −1 | code/ulab.h | |
+80 −0 | code/vectorise.c | |
+2 −2 | docs/manual/source/conf.py | |
+445 −302 | docs/manual/source/ulab.rst | |
+12 −0 | docs/ulab-change-log.md | |
+788 −600 | docs/ulab-manual.ipynb | |
+17 −0 | tests/cholesky.py | |
+9 −0 | tests/cholesky.py.exp | |
+17 −0 | tests/linalg.py | |
+12 −0 | tests/linalg.py.exp | |
+27 −0 | tests/poly.py | |
+4 −0 | tests/poly.py.exp | |
+25 −0 | tests/slicing.py | |
+996 −0 | tests/slicing.py.exp |
Oops, something went wrong.