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

QZ-decomposition #1067

Merged
merged 31 commits into from Apr 30, 2022
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7230ae1
First attempt at xgges (qz decomposition), passing tests. Serializati…
metric-space Jan 19, 2022
6f7ef38
Format file
metric-space Jan 19, 2022
769f20c
Comments more tailored to QZ
metric-space Jan 19, 2022
b2c6c6b
Add non-naive way of calculate generalized eigenvalue, write spotty t…
metric-space Jan 20, 2022
6a28306
Commented out failing tests, refactored checks for almost zeroes
metric-space Jan 20, 2022
7e9345d
Correction for not calculating absolurte value
metric-space Jan 21, 2022
7d8fb3d
New wrapper for generalized eigenvalues and associated eigenvectors v…
metric-space Jan 25, 2022
748848f
Cleanup of QZ module and added GE's calculation of eigenvalues as a t…
metric-space Jan 25, 2022
ae35d1c
New code and modified tests for generalized_eigenvalues
metric-space Feb 3, 2022
162bb32
New code and modified tests for qz
metric-space Feb 3, 2022
d88337e
Formatting
metric-space Feb 3, 2022
55fdd84
Formatting
metric-space Feb 3, 2022
4362f00
Added comment on logic
metric-space Feb 4, 2022
4038e66
Correction to keep naming of left and right eigenvector matrices cons…
metric-space Feb 4, 2022
d5069f3
Removed extra memory allocation for buffer (now redundant)
metric-space Feb 6, 2022
a4de6a8
Corrected deserialization term in serialization impls
metric-space Feb 9, 2022
497a4d8
Correction in eigenvector matrices build up algorithm
metric-space Feb 12, 2022
fb0cb51
Remove condition number, tests pass without. Add proper test generato…
metric-space Feb 12, 2022
b7fe6b9
Name change
metric-space Feb 12, 2022
91b7e05
Change name of test generator
metric-space Feb 12, 2022
7510d48
Doc string corrections
metric-space Feb 12, 2022
e52f117
Change name of copied macro base
metric-space Feb 12, 2022
5e10ca4
Add another case for when eigenvalues should be mapped to zero. Make …
metric-space Feb 15, 2022
c8a920f
Minimal post-processing and fix to documentation
metric-space Feb 27, 2022
3413ab7
Correct typos, move doc portion to comment and fix borrow to clone
metric-space Mar 5, 2022
4413a35
Fix doc
metric-space Mar 5, 2022
adf50a6
Fix formatting
metric-space Mar 5, 2022
2743eef
Add in explicit type of matrix element to module overview docs
metric-space Mar 5, 2022
80a844a
Update check for zero
metric-space Apr 16, 2022
bc31012
Add newline
metric-space Apr 16, 2022
ff2d431
Remove repeated docs
metric-space Apr 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view