Search found 1 match

by mohamed.hany
Tue Feb 01, 2022 6:30 pm
Forum: Programs, Libraries and Tools
Topic: Matrix library for MicroPython
Replies: 33
Views: 44155

Re: Matrix library for MicroPython

Hello all. About two years ago I needed a matrix library and the available option was jalawson's umatrix library. One of the operations I needed was 3x3 matrix inversion. However, as jalawson stated, the library wasn't designed to be particularly fast so 3x3 matrix inversion takes about 350 ms on a...