You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@generatedfunction_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.
The text was updated successfully, but these errors were encountered:
This method of
_mul
:StaticArrays.jl/src/matrix_multiply.jl
Line 87 in ad583c9
SizedMatrix
etc. is not element type but a size. Should we just delete it? Apparently we are doing fine without using it.The text was updated successfully, but these errors were encountered: