Pull request Compare This branch is 18 commits ahead, 6 commits behind elm-community:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/Math
tests
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
elm-package.json

README.md

Linear Algebra for Elm

A library for vector and matrix math. See the full docs here. It is completely written in Elm with no Native/Kernel JavaScript.

This is needed for 3D rendering with WebGL in Elm, but is useful for anything where linear algebra is needed.