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.
This method of
_mul:StaticArrays.jl/src/matrix_multiply.jl
Line 87 in ad583c9
SizedMatrixetc. is not element type but a size. Should we just delete it? Apparently we are doing fine without using it.