circuitpython-ulab/code
2020-02-06 15:53:49 -06:00
..
__init__.c added __init__ files 2020-01-01 16:18:52 -06:00
__init__.h added __init__ files 2020-01-01 16:18:52 -06:00
compat.h Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
fft.c Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
fft.h added uniform interface to fft, ifft, spectrum, and significantly extended manual 2019-10-17 20:52:41 +02:00
filter.c fix build of convolve on circuitpython 2020-02-06 15:53:49 -06:00
filter.h convolve: implement and document 2020-02-05 16:33:48 -06:00
linalg.c Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
linalg.h replaced float with mp_float_t everywhere, so that the source can be compiled for all platforms 2019-11-01 14:28:29 +01:00
micropython.mk convolve: implement and document 2020-02-05 16:33:48 -06:00
ndarray.c Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
ndarray.h initial edit to CP 2019-12-31 09:18:23 -06:00
numerical.c Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
numerical.h fixed glitch in std/mean functions 2020-01-07 21:53:23 +01:00
poly.c Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
poly.h cleaned up material for first release 2019-09-25 17:33:02 +02:00
ulab.c Merge branch 'convolve' into HEAD 2020-02-06 12:44:23 -06:00
vectorise.c Merge remote-tracking branch 'upstream/master' into HEAD 2020-02-04 11:28:29 -06:00
vectorise.h found and fixed macro error in vectorise.h 2019-11-29 08:02:48 +01:00