Skip to content

rdiv with transpose of LU on RHS no longer works #662

Closed
JuliaLang/julia
#33209
@KristofferC

Description

@KristofferC

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

Metadata

Metadata

Assignees

Labels

regressionRegression in behavior compared to a previous version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions