-
Notifications
You must be signed in to change notification settings - Fork 39
define mul! for quasi-Newton operators #170
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #170 +/- ##
==========================================
+ Coverage 96.92% 96.95% +0.03%
==========================================
Files 14 14
Lines 748 756 +8
==========================================
+ Hits 725 733 +8
Misses 23 23
Continue to review full report at Codecov.
|
Arpack installation fails with Julia 1.0.
|
We still support Julia 1.0 in our Project.toml and I think things work with 1.0 but
Should we require Julia 1.3? |
I think it's safe to drop 1.0. |
Co-authored-by: Abel Siqueira <abel.s.siqueira@gmail.com>
Co-authored-by: Abel Siqueira <abel.s.siqueira@gmail.com>
Fixes #154