BasicLinearAlgebra

Other

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.

Author: Tom Stewart

Maintainer: Tom Stewart

Read the documentation

Compatibility

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

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.