-
Notifications
You must be signed in to change notification settings - Fork 17
Improve input matrix generation #256
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
8fce23f
Remove tests of shape and rank of matrices
PierreQuinton c6b4798
Reimplements matrices generation, adds a distinction between strong a…
PierreQuinton d3bd73b
Improve naming of matrices
PierreQuinton 7b4cfb7
Add testing of weak stationary matrices for the non-conflicting property
PierreQuinton 4142861
make utility functions protected
PierreQuinton 088c32f
Stationary matrices are now of rank exactly of rank=min(n_cols, n_row…
PierreQuinton ec6caa7
Remove [1,1] matrix from set of stationary matrices.
PierreQuinton 9bbe4de
Replace torch.qr by torch.linalg.qr
ValerianRey a618862
Reorder functions
ValerianRey 6054aaf
Fix docstring of _generate_orthogonal_matrix
ValerianRey e91a313
Fix docstring formatting
ValerianRey 181f0bd
Fix docstrings of _generate_strong_stationary_matrix and _generate_we…
ValerianRey ba95e7a
Fix docstring formatting
ValerianRey 974a45c
Fix docstring formatting
ValerianRey da8ef38
Fix docstring of _generate_matrix_with_orthogonal_vector
ValerianRey 1c0546e
Simplify _complete_orthogonal_matrix
ValerianRey 060a265
Fix names and docstrings
ValerianRey fe56822
Rename m to n_rows
ValerianRey 82207da
Rename generated matrices
ValerianRey 9475867
Rename m to n
ValerianRey b7ae077
Factorize generation of orthonormal matrices
ValerianRey 8e995fe
Improve docstring formatting
ValerianRey 200e262
Improve _generate_weak_stationary_matrix
ValerianRey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.