elm-community/linear-algebra

A linear algebra library for fast vector and matrix math


License
BSD-3-Clause
Install
elm-package install elm-community/linear-algebra 1.0.0

Documentation

Fast Linear Algebra for Elm

A library for fast vector and matrix math. See the full docs here.

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

It is based on the MJS library for JavaScript.