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
typo error in 5.3
The text was updated successfully, but these errors were encountered:
You know, you seem to be right. I can't remember how I got the minus one there! But, checking the code, this is what is in Lie.h:
Class inverse(ChartJacobian H) const { if (H) *H = - derived().AdjointMap(); return derived().inverse(); }
and this unit tests correctly, say in testRot3.cpp. I'm puzzled.
testRot3.cpp
Sorry, something went wrong.
OK, wait, the last line is correct, it's the second to last line that's wrong. Got it :-) Thanks!
Closed with #1064
No branches or pull requests
typo error in 5.3
The text was updated successfully, but these errors were encountered: