-
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
Improve sparseJacobianEigen()
#682
Merged
Merged
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 77c65f8 - Browse repository at this point
Copy the full SHA 77c65f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada83d9 - Browse repository at this point
Copy the full SHA ada83d9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7a6f632 - Browse repository at this point
Copy the full SHA 7a6f632View commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e3dd229 - Browse repository at this point
Copy the full SHA e3dd229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9584860 - Browse repository at this point
Copy the full SHA 9584860View commit details -
populate sparse matrix with
insert
rather thansetFromTriplets
About 5% speed improvement.
Configuration menu - View commit details
-
Copy full SHA for b5951d0 - Browse repository at this point
Copy the full SHA b5951d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 286898a - Browse repository at this point
Copy the full SHA 286898aView commit details -
remove templating while maintaining efficiency
Templating still used in cpp file for generic-ness, but not exposed anymore std::tuple has the same performance as Eigen::Triplet, but boost::tuple is slower. Sparse matrix indices are int instead of size_t for efficiency (e.g. A(i, j) = s -> i/j are int's instead of size_t's)
Configuration menu - View commit details
-
Copy full SHA for fd2d8a2 - Browse repository at this point
Copy the full SHA fd2d8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570135c - Browse repository at this point
Copy the full SHA 570135cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b638954 - Browse repository at this point
Copy the full SHA b638954View commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dcf8a52 - Browse repository at this point
Copy the full SHA dcf8a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for a17bd5c - Browse repository at this point
Copy the full SHA a17bd5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6bdd4 - Browse repository at this point
Copy the full SHA fa6bdd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8063b9a - Browse repository at this point
Copy the full SHA 8063b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2590b3b - Browse repository at this point
Copy the full SHA 2590b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53261a5 - Browse repository at this point
Copy the full SHA 53261a5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.