-
Notifications
You must be signed in to change notification settings - Fork 767
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
Fix can be marked override warning #688
Conversation
…n_smart_factor * 'develop' of github.com:borglab/gtsam: (65 commits) type in test hidden by duplicate test values auto and reserve fewer replace sparseJacobian with "fast" version disambiguate double template >> fix comment and remove whitespace diff remove InPlace jacobian from .h file remove unnecessary function overloads and typedefs use standard function to check for empty string fix bug in Pose2 print formatting revert Matrix.h remove templating while maintaining efficiency Templating still used in cpp file for generic-ness, but not exposed anymore move SparseMatrixBoostTriplets typedef to gfg add known issues section with info about march=native Revert "upgrade minimum required Boost version to 1.67." upgrade minimum required Boost version to 1.67. populate sparse matrix with `insert` rather than `setFromTriplets` About 5% speed improvement. eliminate copy/pasta from SparseEigen with generic version of sparseJacobian more generic sparseJacobianInPlace function add generic optional parameters to sparseJacobian Also, the unit test changed due to a 0 entry that was previously wrongly included in the b-column of the sparse representation. ...
@varunagrawal, you were faster than I was to fix the Btw @varunagrawal, I thought that it'll be better to just fix all of those warnings at once... Feel free to ignore it or merge it! |
…-1 into fix/warning_in_smart_factor * 'fix/warning_in_smart_factor' of github.com:ToniRV/gtsam-1:
Ok, here it is! Feel free to add or ignore :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool!!!!
@varunagrawal or anyone that gets to it before me, feel free to merge after CI passes. Thanks Toni! |
No description provided.