Skip to content

add generic syrk/herk worsened effects of *(::Matrix, ::Matrix) #1384

Description

@adienes

on cab0dc6 :

julia> Base.infer_effects(*, Tuple{Matrix{Int}, Matrix{Int}})
(!c,?e,!n,!t,+s,?m,!u,+o,+r)

but on a32a281 :

julia> Base.infer_effects(*, Tuple{Matrix{Int}, Matrix{Int}})
(!c,!e,!n,!t,!s,!m,!u,+o,!r)

this might be known / intentional, in which case please close this issue. but I am just assuming from the title of #1249 that it did not intend to have an impact on * methods of scalar matrices

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