JuliaLinearAlgebra/ArrayLayouts.jl

Restrict to `AbstractQ`s that are known to have a `factor` field

dkarrasch opened this issue · 0 comments

https://github.com/JuliaMatrices/ArrayLayouts.jl/blob/c20d16d3b82269619eb867898462a86e57cbcbd2/src/mul.jl#L98-L99

This came up in a nanosoldier run in JuliaLang/julia#46196. There, adjoints of Q's are of type AdjointQ <: AbstractQ, but don't have a field factor. I believe we had a similar issue quite recently in LinearAlgebra.