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

overload 3-arg and 5-arg mul!

Open Roger-luo opened this issue 3 years ago • 0 comments

the 3-arg and 5-arg mul! is quite useful for ODE solvers, e.g the 5-arg mul! can be used in ODE solver directly and has no allocation comparing to apply! in YaoArrayRegister will require a copy of the state

Roger-luo avatar Feb 21 '22 13:02 Roger-luo