micropython-ulab/code
2019-11-01 14:42:08 +01:00
..
fft.c fixed linking error with sin/sqrt 2019-11-01 14:42:08 +01:00
fft.h added uniform interface to fft, ifft, spectrum, and significantly extended manual 2019-10-17 20:52:41 +02:00
linalg.c fixed linking error with sin/sqrt 2019-11-01 14:42:08 +01: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 initial commit 2019-08-31 18:51:26 +02:00
ndarray.c 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
ndarray.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
numerical.c fixed linking error with sin/sqrt 2019-11-01 14:42:08 +01:00
numerical.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
poly.c 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
poly.h cleaned up material for first release 2019-09-25 17:33:02 +02:00
ulab.c added diff function, and updated the manual accordingly 2019-10-31 12:52:40 +01:00
vectorise.c 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
vectorise.h extended universal functions for arbitrary typecode 2019-10-11 18:59:45 +02:00