ad-4.2.1.1: Automatic Differentiation

Safe HaskellNone
LanguageHaskell2010

Numeric.AD.Internal.Forward.Double

Documentation

apply :: (ForwardDouble -> b) -> Double -> b Source

bind :: Traversable f => (f ForwardDouble -> b) -> f Double -> f b Source

bind' :: Traversable f => (f ForwardDouble -> b) -> f Double -> (b, f b) Source

bindWith :: Traversable f => (Double -> b -> c) -> (f ForwardDouble -> b) -> f Double -> f c Source

bindWith' :: Traversable f => (Double -> b -> c) -> (f ForwardDouble -> b) -> f Double -> (b, f c) Source

transposeWith :: (Functor f, Foldable f, Traversable g) => (b -> f a -> c) -> f (g a) -> g b -> g c Source