Commit 36587fe
authored
Outsource Jacobian handling from linearisations (#847)
* Move ssm._linearize content to ssm._conditional because they operate on the same datastructures
* Implement Jacobian handling in a dedicated object to clarify stochastic trace estimation
* Separate Hutchinson from materialisation and forward/reverse autodiff
* Make all JacobianHandler arguments keyword-args for now1 parent a890b80 commit 36587fe
7 files changed
Lines changed: 645 additions & 502 deletions
File tree
- probdiffeq
- backend
- impl
- tests/test_ivpsolve
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
0 commit comments