punie/elm-matrix

Simple linear algebra library using flat-arrays


Install
elm-package install punie/elm-matrix 1.0.0

Documentation

Elm Matrix

Implementation of a Matrix type using flat arrays for speed.

The goal is to build a complete linear algebra library in pure elm.