Skip to content

Uncallable method of _mul #813

Closed
@mateuszbaran

Description

@mateuszbaran

This method of _mul:

@generated function _mul(Sa::Size{sa}, Sb::Size{sb}, a::Union{SizedMatrix{T}, MMatrix{T}, MArray{T}}, b::Union{SizedMatrix{T}, MMatrix{T}, MArray{T}}) where {sa, sb, T <: BlasFloat}
can't be called because the first type argument of SizedMatrix etc. is not element type but a size. Should we just delete it? Apparently we are doing fine without using it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions