-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
JuliaLang/julia
#33209Labels
regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
1.2:
julia> rand(2,2) / lu(rand(2,2))'
2×2 Array{Float64,2}:
12.1934 -11.2846
4.12013 -2.74549
master
julia> rand(2,2) / lu(rand(2,2))'
ERROR: MethodError: no method matching ldiv!(::LU{Float64,Array{Float64,2}}, ::Adjoint{Float64,Array{Float64,2}})
Closest candidates are:
ldiv!(::Number, ::AbstractArray) at /Users/kristoffer/julia/usr/share/julia/stdlib/v1.4/LinearAlgebra/src/generic.jl:233
...
andreasnoack
Metadata
Metadata
Assignees
Labels
regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version