How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix class for representation, manipulation and a few linear algebra routines.
Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and interoperability with Numpy/CPython et.c.
This is an incomplete MicroPython port of the fractions module from the Python standard library.
umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic needs in Micropython. It implements basic matrix operations (addition, subtraction, multiplication) as well as determinant (shortened to det), inverse, trace, transpose, copy, and…
[travis-img]: https://travis-ci.org/AaronKel/uMath.svg?branch=master [travis-repo]: https://travis-ci.org/AaronKel/uMath [coveralls-img]: https://coveralls.io/repos/AaronKel/uMath/badge.svg?branch=master [coveralls-repo]: https://coveralls.io/r/AaronKel/uMath?branch=master
The main features of albaeda/umath are: Mathematics and Statistics.
Open-source alternatives to albaeda/umath include: iyassou/umatrix — umatrix was written mainly with speed and ease-of-use in mind. It aims to be a simple solution to matrix arithmetic… jalawson/ulinalg — These are intended to be relatively small modules for use with MicroPython (Python3) which provide a minimal matrix… jonnor/micropython-npyfile — Support for Numpy files (.npy) for MicroPython. Simple persistence of multi-dimensional numeric array data, and… mattytrentini/micropython-fractions — This is an incomplete MicroPython port of the fractions module from the Python standard library. nickovs/uumpy — uumpy is a 'micro' implementation of parts of numpy for Micropython. It aims to provide an efficient and compact… peterhinch/micropython-filters — V0.92 20th December 2021 Updated to improve portability. Author: Peter Hinch.