SparseArrays.jl icon indicating copy to clipboard operation
SparseArrays.jl copied to clipboard

Adjust matvec and matmatmul! to new internal LinAlg interface

Open dkarrasch opened this issue 1 year ago • 0 comments

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.

dkarrasch avatar Feb 28 '24 17:02 dkarrasch