Punie/elm-matrix - version: 2.0.0

for more information visit the package's GitHub page

Package contains the following modules:

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.