SparseArrays.jl
SparseArrays.jl copied to clipboard
Adjust matvec and matmatmul! to new internal LinAlg interface
This is a companion PR to https://github.com/JuliaLang/julia/pull/52439. It pushes creation of MulAddMul objects down the call path, so avoids it in all cases except for in-place sparse multiplication.