Closed
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
...