-
Notifications
You must be signed in to change notification settings - Fork 484
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
Matrix eigendecomposition #95
Merged
alejandro-isaza
merged 10 commits into
Jounce:master
from
loufranco:matrix-eigendecomposition
Feb 9, 2019
Merged
Matrix eigendecomposition #95
alejandro-isaza
merged 10 commits into
Jounce:master
from
loufranco:matrix-eigendecomposition
Feb 9, 2019
Commits on Apr 21, 2015
-
Added Two function that calculate the eigen-values and right eigen ve…
…ctors for a given Matrix. Further changes may be appropriate
Ben Robbins authored and Ben Robbins committedApr 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 34035e7 - Browse repository at this point
Copy the full SHA 34035e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbee785 - Browse repository at this point
Copy the full SHA bbee785View commit details
Commits on Apr 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a273c5d - Browse repository at this point
Copy the full SHA a273c5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 331f7bc - Browse repository at this point
Copy the full SHA 331f7bcView commit details
Commits on Nov 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2e844ca - Browse repository at this point
Copy the full SHA 2e844caView commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0c31581 - Browse repository at this point
Copy the full SHA 0c31581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 114d86c - Browse repository at this point
Copy the full SHA 114d86cView commit details
Commits on Feb 7, 2019
-
Fixed bugs in eigendecomposition and added tests
- dgeev wants matrices in column major form - dgeev returns 3 things, so add all to return - decomposition results in complex results, which we represent as a 2-tuple
Configuration menu - View commit details
-
Copy full SHA for 90f8822 - Browse repository at this point
Copy the full SHA 90f8822View commit details
Commits on Feb 9, 2019
-
- better variable names - use a struct for the decomposition result - use standard Swift doc comments
Configuration menu - View commit details
-
Copy full SHA for 3ecae4d - Browse repository at this point
Copy the full SHA 3ecae4dView commit details -
- rename func to eigenDecompose - fix some doc comments - throw instead of asserting - added a test for non-square matrices
Configuration menu - View commit details
-
Copy full SHA for 1c826ab - Browse repository at this point
Copy the full SHA 1c826abView 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.