| .. |
|
approx.c
|
approx: Mark functions as stat if they are used only in this file
|
2020-06-01 08:59:35 -05:00 |
|
approx.h
|
cleaned up documentation on approx sub-module
|
2020-05-18 19:44:26 +02:00 |
|
compare.c
|
added equal/not_equal to compare.c
|
2020-05-03 11:00:41 +02:00 |
|
compare.h
|
added equal/not_equal to compare.c
|
2020-05-03 11:00:41 +02:00 |
|
create.c
|
Fix -Wsign-compare diagnostics
|
2020-04-06 08:38:43 -05:00 |
|
create.h
|
Fix -Wmissing-prototypes diagnostics
|
2020-04-06 08:05:43 -05:00 |
|
extras.c
|
Fix -Wmissing-prototypes diagnostics
|
2020-04-06 08:05:20 -05:00 |
|
extras.h
|
moved spectrum to extras module
|
2020-03-09 20:47:58 +01:00 |
|
fft.c
|
Fix -Wmissing-prototypes diagnostics
|
2020-04-06 08:05:20 -05:00 |
|
fft.h
|
moved spectrum to extras module
|
2020-03-09 20:47:58 +01:00 |
|
filter.c
|
Fix -Wsign-compare diagnostics
|
2020-04-06 08:38:43 -05:00 |
|
filter.h
|
roll back constness corrections
|
2020-02-18 21:00:30 -06:00 |
|
linalg.c
|
implemented minimum/maximum and clip in the compare module
|
2020-04-21 22:35:17 +02:00 |
|
linalg.h
|
added function declarations to linalg.h
|
2020-03-09 21:22:31 +01:00 |
|
micropython.mk
|
add approx sub-module with fmin, newton, and bisect functions
|
2020-04-30 22:33:21 +02:00 |
|
ndarray.c
|
Merge branch 'master' into approx
|
2020-05-19 20:53:33 +02:00 |
|
ndarray.h
|
version that actually compiles in openmv
|
2020-06-15 22:46:46 +02:00 |
|
ndarray_properties.h
|
Use circuitpy-compat for none
|
2020-02-27 08:56:04 -06:00 |
|
numerical.c
|
fixes min/max error from adafruit/circuitpython #2984
|
2020-06-01 08:42:43 +02:00 |
|
numerical.h
|
implemented minimum/maximum and clip in the compare module
|
2020-04-21 22:35:17 +02:00 |
|
poly.c
|
no functional change, backup
|
2020-05-06 21:22:54 +02:00 |
|
poly.h
|
roll back constness corrections
|
2020-02-18 21:00:30 -06:00 |
|
ulab.c
|
version that actually compiles in openmv
|
2020-06-15 22:46:46 +02:00 |
|
ulab.h
|
Merge branch 'master' into approx
|
2020-05-19 20:53:33 +02:00 |
|
vectorise.c
|
Mark parameters as unused
|
2020-06-01 09:00:42 -05:00 |
|
vectorise.h
|
added vectorisation of generic python function
|
2020-05-06 23:29:27 +02:00 |