micropython-ulab/code
Zoltán Vörös 903506ca9a
Add keepdims keyword argument (#701)
* add function to deal with keepdims=True

* preliminary keepdims fix

* fux keepdims code

* remove out-commented code
2025-01-15 10:29:27 +01:00
..
numpy Add keepdims keyword argument (#701) 2025-01-15 10:29:27 +01:00
scipy Add scipy integration (#699) 2024-12-15 18:49:08 +01:00
user
utils fix compilation error for complexes (#694) 2024-11-24 19:56:15 +01:00
micropython.cmake
micropython.mk Add scipy integration (#699) 2024-12-15 18:49:08 +01:00
ndarray.c address issue raised in https://github.com/v923z/micropython-ulab/issues/676 (#677) 2024-07-23 18:59:29 +02:00
ndarray.h address issue raised in https://github.com/v923z/micropython-ulab/issues/676 (#677) 2024-07-23 18:59:29 +02:00
ndarray_operators.c
ndarray_operators.h
ndarray_properties.c
ndarray_properties.h
ulab.c Add keepdims keyword argument (#701) 2025-01-15 10:29:27 +01:00
ulab.h Add scipy integration (#699) 2024-12-15 18:49:08 +01:00
ulab_tools.c Add keepdims keyword argument (#701) 2025-01-15 10:29:27 +01:00
ulab_tools.h Add keepdims keyword argument (#701) 2025-01-15 10:29:27 +01:00