Skip to main content

README.md

# Erlrithmetician - linear algebra library for Erlang

*Erlrithmetician* is an Erlang library that provides types and operations for linear algebra.

## Features

- Vectors and matrices over arbitrary types and in arbitrarily many dimensions.
- Generated matrices for scaling, rotating, and translating in two and three dimensions. 

## Licensing

*Erlrithmetician* is Free Software. You can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

The licence text is available in the `COPYING.md` file, and on [this gnu.org web page](https://www.gnu.org/licenses/gpl-3.0).