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
The equality operator == is implemented in lie_group_base.h but the != operator is not. Would you be able to add this?
lie_group_base.h
The text was updated successfully, but these errors were encountered:
Hi @willat343 , How do you feel about giving it a go yourself? If you're not up for that, I'll look at it look over the weekend 👍 .
Sorry, something went wrong.
Merge pull request #318 from MarshallVielmetti/devel
9a45168
Added NEQ to lie_group_base (Issue #316)
This is solved by #318 . Closing.
Thanks. It was a small thing but just didn’t have time to get to it myself
No branches or pull requests
The equality operator == is implemented in
lie_group_base.h
but the != operator is not. Would you be able to add this?The text was updated successfully, but these errors were encountered: