-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Support SciMLOperators in LinearSolve #270
Merged
Merged
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0bb62a5
added scimloperators
vpuri3 2190beb
extended SciMLOperators.issquare
vpuri3 63396af
support abstractscimloperator, matrixoperator
vpuri3 d500b2c
support scimloperators in linearsolvecuda
vpuri3 1c4d194
rm issquare comment
vpuri3 9d8bb18
_isidentity_struct
vpuri3 49132bc
deprecate preconditioner interface and use scimloperators
vpuri3 5674434
use scimloperators.identityoperator in place of iterativesolves.identity
vpuri3 6f3ae84
direcldiv-bang
vpuri3 6d302c2
add methods defaultalg to support scimlops
vpuri3 14fe2a5
comments
vpuri3 a5cd365
comments
vpuri3 99a01fc
https://github.com/JuliaSmoothOptimizers/Krylov.jl/issues/612#issueco…
vpuri3 34f035d
directldiv-bang for bidiagonal, factorization
vpuri3 f32ddcc
rm defaultalg(A::Diagonal, b, ::OperatorAssumptions{false}) because d…
vpuri3 76ffd29
update compat
vpuri3 7828889
cleaning
vpuri3 adb2f08
format
vpuri3 a2a394b
put invpreconditioner back as it is used upstream. deprecate later
vpuri3 616e21c
lu(diagonal) not working in 1.6
vpuri3 c1c683a
fix test
vpuri3 4b8a773
readd IterativeSolvers.Identity. its being used downstream in ordinar…
vpuri3 16b76e9
__issquare
vpuri3 28f1781
__issquare fix in LinearSolveHYPRE
vpuri3 fc427b9
fix DirectLdiv<bang> test
vpuri3 c763a17
scimlbase compat
vpuri3 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to be careful with this release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. good we have CI test for 1.9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests passing with lts, release, beta locally.