ghorn / dvda

(deprecated) Symbolic expressions and algorithmic differentiation in Haskell.
7 stars 4 forks source link

"atomic" functions #15

Open ghorn opened 12 years ago

ghorn commented 12 years ago

Capability to specify expressions as "atomic" and generate code once, treat as atomic function like Sin or Multiply. For stuff like rk4 - would generate function that takes in primal and perturbations, outputs primal and perturbations - possible to do this with reverse sensitivities?