jiwhiz / elm-matrix

Simple linear algebra library using flat-arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple linear algebra library using flat-arrays

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%