/elm-matrix

Simple linear algebra library using flat-arrays

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

Elm Matrix Build Status

Implementation of a Matrix type using flat arrays for speed.

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

This library provides the Matrix a type along with some convenience functions for building, manipulating and pretty printing matrices.