-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
Description
This method of _mul
:
StaticArrays.jl/src/matrix_multiply.jl
Line 87 in ad583c9
@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} |
SizedMatrix
etc. is not element type but a size. Should we just delete it? Apparently we are doing fine without using it.mschauer and andyferris