Galixir

!!!Still WIP/experimental!!!

Geometric Algebra implementation in Elixir.

A concrete algebra can be generated via macro:

defmodule Galixir.PGA2 do
# e1 squares to 1
# e2 squares to 1
# e3 squares to 0
use Galixir.GeometricAlgebra, signature: {1, 1, 0}
end

Installation

If available in Hex, the package can be installed by adding galixir to your list of dependencies in mix.exs:

def deps do
[
{:galixir, "~> 0.1.0"}
]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/galixir.