Other

BasicLinearAlgebra

A library for representing matrices and doing matrix math on arduino

Supports most common matrix operations including LU decomposition and inversion without the need for dynamic memory allocation. It also does compile time checking of the dimensions and type of matrices used as operands.

Go to repository

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.