No description
Find a file
2020-02-11 09:26:57 -06:00
code predefine all ulab configurables to enabled 2020-02-11 09:26:57 -06:00
docs Merge branch 'convolve' into HEAD 2020-02-06 12:44:23 -06:00
LICENSE Create LICENSE 2019-09-11 19:53:01 +02:00
README.md Trim README to just the basics 2020-02-07 08:03:16 -06:00

circuitpython-ulab

ulab is a numpy-like array manipulation library for micropython. The module is written in C, defines compact containers for numerical data, and is fast.

ulab will be incorporated in builds of most CircuitPython supported devices, so there's usually no need to use the files here directly. If you've encountered a problem with circuitpython-ulab, please file an issue in the circuitpython issue tracker.

circuitpython-ulab is based on micropython-ulab.