-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
inv not working on Quaternion{Num} #123
Comments
I think the method
|
On Julia v1.9 this could be done by setting up a weakdep of Symbolics on Quaternions or the other way around. I'm not certain which makes more sense. |
It seems the issue is not just implementations of For example, we need a quaternionic version of |
The
inv
function doesn't work for quaternions ofSymbolics.Num
type:The text was updated successfully, but these errors were encountered: