SciML/OrdinaryDiffEq.jl
View on GitHubUse cache vectors in auto dt to get rid of allocations
Open
#220 opened on Nov 4, 2017
Hacktoberfesteasyhelp wanted
Repository metrics
- Stars
- (656 stars)
- PR merge metrics
- (Avg merge 3d 12h) (74 merged PRs in 30d)
Description
Can be done by a simple trait vector which is used to pull a tmp variable from a cache. Can probably default to cache.tmp since that's common, and then overload as necessary.