| .. |
|
fft.c
|
added argsort, and fixed a number of smaller bugs
|
2019-11-06 17:35:01 +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
|
replaced abs with MICROPY_FLOAT_C_FUN(fabs)
|
2019-11-08 22:19:52 +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
|
removed test.c from micropython.mk
|
2019-11-09 10:50:35 +01:00 |
|
ndarray.c
|
sum, mean, std return a single number, if the result array is of length 1
|
2019-11-13 18:54:27 +01:00 |
|
ndarray.h
|
sum, mean, std return a single number, if the result array is of length 1
|
2019-11-13 18:54:27 +01:00 |
|
numerical.c
|
removed printf in numerical.c
|
2019-11-14 20:17:33 +01:00 |
|
numerical.h
|
attempt at fixing std problem
|
2019-11-12 19:59:18 +01:00 |
|
poly.c
|
initialised deg with 0 in poly.c
|
2019-11-09 17:54:17 +01:00 |
|
poly.h
|
cleaned up material for first release
|
2019-09-25 17:33:02 +02:00 |
|
ulab.c
|
removed test.c from micropython.mk
|
2019-11-09 10:52:23 +01:00 |
|
vectorise.c
|
added argsort, and fixed a number of smaller bugs
|
2019-11-06 17:35:01 +01:00 |
|
vectorise.h
|
extended universal functions for arbitrary typecode
|
2019-10-11 18:59:45 +02:00 |