Closed KristofferC closed 5 years ago
a0d831ce6bddfb760bfc4a3d6815808f7eaec9ac is the first bad commit
commit a0d831ce6bddfb760bfc4a3d6815808f7eaec9ac
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date: Fri May 17 14:31:08 2019 -0400
(H+μI) \ x solvers for Hessenberg factorizations (#31853)
:100644 100644 1b038c5b2b9bfe5ca6929e5903194106be719f92 43d0e2691622ed783d0d38da87fc9bf999d335d3 M NEWS.md
:040000 040000 bbb9ced11c607d5358e45f7c4192b591da065df4 0c3c7451cebfaa3ea4b8817f4e195cece26dc69b M stdlib
@stevengj Any idea which part of the change could have caused this?
Probably the new function /(B::AbstractMatrix, adjF::Adjoint{<:Any,<:Factorization})
that calls rdiv!
, which calls ldiv!
on the adjoint.
Previously the fallback for /(A,B)
called copy(adjoint(adjoint(B) \ adjoint(A)))
.
Bump, can we fix this? It is a blocker for 1.3. @stevengj
1.2:
master