This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an internal helper function to do more in-place updating
Currently the `∇(x̄, f, Arg{N}, args...)` method, which updates `x̄` with the result of `∇(f, Arg{N}, args...)`. This is done in-place for some functions `f` but not all. In the case of the fallback method, we can use dispatch to determine whether it's safe to do this in-place.
- Loading branch information