Open tpgillam opened 9 months ago
Currently we define the embed function in embed.jl that converts multiple algebras into GA44.
embed
embed.jl
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.
Base.convert
Currently we define the
embed
function inembed.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.