Skip to content

New method for ldiv! is failing to compile on Julia <= 1.7 #269

Description

@jdeldre

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions