The type LinearAlgebra.QRCompactWY has three parameters in Julia >= 1.8, but only two before.
|
function LinearAlgebra.ldiv!(A::LinearAlgebra.QRCompactWY{T, M, C}, b::ArrayPartition) where {T<:Union{Float32, Float64, ComplexF64, ComplexF32}, M<:AbstractMatrix{T}, C<:AbstractMatrix{T}} |
But I see no reason to dispatch on the parameters anyway?
The type
LinearAlgebra.QRCompactWYhas three parameters in Julia >= 1.8, but only two before.RecursiveArrayTools.jl/src/array_partition.jl
Line 442 in 647eab7
But I see no reason to dispatch on the parameters anyway?