SciML/OrdinaryDiffEq.jl
Use cache vectors in auto dt to get rid of allocations
オープン
#220 opened on 2017/11/04
Hacktoberfesteasyhelp wanted
Repository metrics
- Stars
- (656 個のスター)
- PR merge metrics
- (平均マージ 3d 12h) (30d で 74 merged PRs)
説明
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.