Linear Algebra  arduino
Accessible implementations of linear algebra algorithms
Installation

ZIP install

Go to the main page of the repository on the arduino branch and click the green "Clone" button. Then click "Download ZIP", and extract the ZIP file to your ~/Arduino/libraries folder.

You should end up with a directory structure where the main header file is at ~/Arduino/libraries/Linear-Algebra-arduino/src/Linear_Algebra.h.

Direct link to the ZIP download

Git install

To install:

cd ~/Arduino/libraries
git clone --branch arduino https://github.com/tttapa/Linear-Algebra.git

To upgrade to the latest version:

cd ~/Arduino/libraries/Linear-Algebra
git pull