-
-
Notifications
You must be signed in to change notification settings - Fork 654
compute bounds for the joint spectral radius of matrices #35898
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
Open
dkrenn
wants to merge
22
commits into
sagemath:develop
Choose a base branch
from
dkrenn:u/dkrenn/joint-spectral-radius
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
SageMath version 8.6, Release Date: 2019-01-15 * tag '8.6': (15673 commits) Updated SageMath version to 8.6 Updated SageMath version to 8.6.rc1 maxint -> maxsize, for py2/3 compatibility sagemath#26326 : 32-bit vs 64-bit doctests sagemath#26326 : reorder creation of random graphs to avoid creating an empty one by bad luck on 32-bit systems. Updated SageMath version to 8.6.rc0 trac sagemath#26994: fix doctest in sql_db trivial cleanup force a UTF-8 locale on GAP in these tests allow setting additional environment variables when starting a Gap interface instance p_group_cohomology: Avoid conflict with a new global variable name in Gap Updated SageMath version to 8.6.beta1 25501: adding missing optional tags Fix tox testsuite for sage_bootstrap trac 26980 fix script for python3 trac 26978 remove module finite_class from doc a little firework of typos remove FiniteCombinatorialClass after sagemath#13552 remove some deprecated thing in combinat/partition remove deprecated things in combinat/integer_vector ...
SageMath version 8.7, Release Date: 2019-03-23 * tag '8.7': (943 commits) Updated SageMath version to 8.7 Updated SageMath version to 8.7.rc0 Trac sagemath#27490: Moved the alternate build_many implementation into a sage_setup.docbuild.utils module. Trac sagemath#27490: Further fixes in use of os.wait() Trac sagemath#27214: Patch GAP to allocate its memory pool using MAP_NORESERVE on Cygwin Trac sagemath#27490: Address some review comments and other cleanup: A little bit of import cleanup Trac sagemath#27490: Simplistic multiprocessing.Pool replacement for parallel docbuild on older Cygwin Fix alarm() test when cysignals was compiled with debugging Trac sagemath#27485: Use sdh_cmake in the spkg-install for primecount. Trac sagemath#27484: Add shd_cmake helper for running cmake with the correct flags for building Sage SPKGs. cysignals should be a normal dependency Upgrade to Cysignals 1.10.2 Upgrade to notebook-5.7.6 Trac sagemath#27461: Add abs tol on this test to account for minor numerical difference on Cygwin due to libm differences. Replacing None < infinity comparison with equivalent code. Some last little tidbits for uniformity. Removing some code duplication for __pth_root (changed to _pth_root_func). One more xderinv added. trac 27474: move some references to the master bibliography file. ...
SageMath version 10.0, Release Date: 2023-05-20 * tag '10.0': (26233 commits) Updated SageMath version to 10.0 Remove tab characters Updated SageMath version to 10.0.rc3 RAM for WSL in README.md build/pkgs/python3/spkg-configure.m4: Add depcheck for zlib remark that WSL needs a lot of RAM A typo Replace git to Git Remove defunct references Minor edits of index.rst Minor edits on workspace.rst Edit git fetch -b ... Fix upstream Also mention GCM Remove a reference Replace shell-session with console to test Remove duplicates in git_setup Some moving around Change master to develop Edit conflict resolution section ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📚 Description
Implement an algorithm for computing upper and lower bounds for the joint spectral radius of a set of matrices using an algorithm by Gripenberg.
This implementation is also meant to be extended in future for other, more efficient algorithms.
Closes #21205. Weakly related to the meta issue #21202.
📝 Checklist
⌛ Dependencies
None