MonumoLtd / SimpleGA.jl

Geometric algebra in Julia.
MIT License
23 stars 2 forks source link

`embed` function API should be explicit #33

Open tpgillam opened 9 months ago

tpgillam commented 9 months ago

Currently we define the embed function in embed.jl that converts multiple algebras into GA44.

Other embeddings are presumably possible, so I think it would be better for it to take the multivector type into which it will embed.

At this point we should consider whether defining Base.convert would be appropriate, rather than creating a new function.