circuitpython-ulab/tests/numpy
2020-11-23 21:43:34 +01:00
..
00smoke.py split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
00smoke.py.exp split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
argminmax.py split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
argminmax.py.exp split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
compare.py split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
compare.py.exp split test scripts into numpy-compatible and circuitpy-compatible sets 2020-11-20 08:10:19 +01:00
fft.py add script to test fft and ifft 2020-11-22 23:12:41 +00:00
fft.py.exp add script to test fft and ifft 2020-11-22 23:12:41 +00:00
filter.py add script to test filter functions 2020-11-22 23:22:17 +00:00
filter.py.exp add script to test filter functions 2020-11-22 23:22:17 +00:00
interp.py add test script for interp function 2020-11-23 00:14:43 +00:00
interp.py.exp add test script for interp function 2020-11-23 00:14:43 +00:00
linear_algebra.py add script to test linalg module 2020-11-20 23:41:03 +00:00
linear_algebra.py.exp add script to test linalg module 2020-11-20 23:41:03 +00:00
methods.py add script to test methods on array 2020-11-20 23:50:51 +00:00
methods.py.exp add script to test methods on array 2020-11-20 23:50:51 +00:00
numericals.py add script to test numericals module 2020-11-20 23:59:11 +00:00
numericals.py.exp add script to test numericals module 2020-11-20 23:59:11 +00:00
operators.py Rename operators_extra.py to operators.py 2020-11-22 20:49:07 +01:00
operators.py.exp Rename operators_extra.py.exp to operators.py.exp 2020-11-22 20:49:26 +01:00
optim.py fixed fmin test 2020-11-23 21:43:34 +01:00
optim.py.exp add script to test numerical optimization functions 2020-11-23 00:21:07 +00:00
poly.py merged poly.py and poly_extra.py 2020-11-21 22:41:33 +00:00
poly.py.exp merge poly.py and poly_extra.py 2020-11-21 22:52:31 +00:00
trapz.py add test script for trapz function 2020-11-23 00:08:34 +00:00
trapz.py.exp add test script for trapz function 2020-11-23 00:08:34 +00:00
universal_functions.py add script to test universal functions 2020-11-21 00:27:51 +00:00
universal_functions.py.exp add script to test universal functions 2020-11-21 00:27:51 +00:00