-
Notifications
You must be signed in to change notification settings - Fork 94
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sqlp/sedumi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sqlp/sedumi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 11 files changed
- 2 contributors
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c24a9e3 - Browse repository at this point
Copy the full SHA c24a9e3View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dbf0e67 - Browse repository at this point
Copy the full SHA dbf0e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 878498a - Browse repository at this point
Copy the full SHA 878498aView commit details
Commits on Mar 1, 2023
-
As it is the complex interface is not working, it gives the wrong answer when we use the field K.scomplex. The problem is an error in the construction of the QR matrix: to compute 2*real(m(i,j)) it does m(i,j) - m(j,i) instead of m(i,j) + m(j,i). As such this only affects problems where the real part of the SDP coefficients are nonzero (which might be useful for testing). This PR fixes it. I'm happy to send code to demonstrate the issue, but I don't see how to attach a file to a PR. I also fixed a typo in an error message that made me waste a lot of time with debugging.
Configuration menu - View commit details
-
Copy full SHA for cf3f93e - Browse repository at this point
Copy the full SHA cf3f93eView commit details
Commits on Mar 13, 2023
-
remove eigs warning for function handle matrices (#75)
The option `struct('issym',true))` applies to function handle matrices only. Here as `XX` is just a numerical matrix. It was causing pointless warnings.Configuration menu - View commit details
-
Copy full SHA for 5574f42 - Browse repository at this point
Copy the full SHA 5574f42View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ec11a7 - Browse repository at this point
Copy the full SHA 9ec11a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca3cf3 - Browse repository at this point
Copy the full SHA 8ca3cf3View commit details -
sedumi_version.m: make SeDuMi version detectable (#77)
Co-authored-by: Kai Torben Ohlhus <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 897a804 - Browse repository at this point
Copy the full SHA 897a804View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3ee76b - Browse repository at this point
Copy the full SHA f3ee76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2b1736 - Browse repository at this point
Copy the full SHA b2b1736View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.5...v1.3.6