ryry0/elm-numeric

A matrix library for elm


License
Apache-2.0
Install
elm-package install ryry0/elm-numeric 1.0.0

Documentation

Elm Numeric

A matrix library for Elm, written in pure elm!

Some highlights of this library include generic sized matrices, inverses, transposes, LU decomposition and more!

TODO:

  • Interop with webgl
  • Interop with plotting, such as elm-visualization
  • Create LaTeX strings
  • Make it faster!