/linear-algebra

Fast Linear Algebra for Elm.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.