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
Hi there, I would love to implement Octavian.jl in a few packages of mine (public and private). However, I am making a rather large use of the 5-argument LinearAlgebra.mul!(C, A, B, α, β). I was hoping that matmul! could be enhanced to support the same type of operation. It should be an easy addition, but a quite useful one for casual users like myself.