-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
axpby!
no longer works with Hermitian
matrices
#44734
Comments
On 1.7, julia> VERSION
v"1.7.2"
julia> axpby!(1.0, 1.:10, 1.0, 1.:10)
ERROR: MethodError: no method matching strides(::StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}, Int64}) I'd expect |
Not sure, I just saw a PkgEval failure from it. But I agree that it makes sense to separate the |
PR opened. |
1.7:
1.8:
Probably introduced in #42957. cc @N5N3
The text was updated successfully, but these errors were encountered: