You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Eliminate dense continuation step allocations
Avoid temporary reshape wrappers for dense AutoForwardDiff Jacobians and same-buffer restructure calls, with direct warmed allocation regressions.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Cache ForwardDiff Jacobian destinations
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Avoid per-step continuation solution allocations
Run reusable continuation correctors to completion without materializing a solution on every step, while retaining full solution construction for custom, bounded, and wrapper caches.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Add reusable homotopy solver caches
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Add allocation-free nonlinear cache driver
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
* Guard the cache driver iterator contract
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
---------
Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
0 commit comments