We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embed
Currently we define the embed function in embed.jl that converts multiple algebras into GA44.
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: