ExAlgebra
ExAlgebra is a mathematics library that contains functions used in linear algebra.
Installation
The package is available in Hex, and it can be installed as:
Add exalgebra to your list of dependencies in
mix.exs:def deps do [{:exalgebra, "~> 0.0.1"}] end
Ensure exalgebra is started before your application:
def application do [applications: [:exalgebra]] end