Skip to content
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

Calculate inverse of mass matrix recursively. #87

Closed
jslee02 opened this issue Sep 10, 2013 · 1 comment
Closed

Calculate inverse of mass matrix recursively. #87

jslee02 opened this issue Sep 10, 2013 · 1 comment
Assignees
Labels
priority: high should be resolved right now tag: feature request Indicates new feature requests
Milestone

Comments

@jslee02
Copy link
Member

jslee02 commented Sep 10, 2013

To handle contact/collision, we need inverse mass matrix of the system. Currently, we calculate mass matrix with O(n^2) performance and invert the mass matrix which takes O(n^3) computation time in general. Instead of directly inverting mass matrix, we will implement a recursive algorithm for the inverse mass matrix with O(n^2) computation time.

@ghost ghost assigned jslee02 Sep 10, 2013
@jslee02
Copy link
Member Author

jslee02 commented Dec 14, 2013

Implemented this by 5070900

@jslee02 jslee02 closed this as completed Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high should be resolved right now tag: feature request Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

1 participant