Ruairidh South
Results
2
issues of
Ruairidh South
If we set the trait FiveArg(), is it also necessary to implement the three argument `mul!`? Something like: ``` LinearMaps.MulStyle(A::MyMap) = FiveArg() function LinearMaps._unsafe_mul!(y, A::MyMap, x::AbstractVector, α, β) ... end...