aboutsummaryrefslogtreecommitdiff
path: root/src/Numeric/ADDual.hs
blob: 2b69025c84fee8d8f93296e6869a0076743bfd8d (plain)
1
2
3
4
5
6
7
8
module Numeric.ADDual (
  gradient',
  Dual,
  Taping,
  constant,
) where

import Numeric.ADDual.Internal