ad-4.3.3: Automatic Differentiation

Safe HaskellNone
LanguageHaskell2010

Numeric.AD.Internal.Forward.Double

Documentation

data ForwardDouble #

Constructors

ForwardDouble 

Fields

Instances

Enum ForwardDouble # 
Eq ForwardDouble # 
Floating ForwardDouble # 
Fractional ForwardDouble # 
Num ForwardDouble # 
Ord ForwardDouble # 
Read ForwardDouble # 
Real ForwardDouble # 
RealFloat ForwardDouble # 
RealFrac ForwardDouble # 
Show ForwardDouble # 
Erf ForwardDouble # 
InvErf ForwardDouble # 
Mode ForwardDouble # 
Jacobian ForwardDouble # 
type Scalar ForwardDouble # 
type D ForwardDouble # 

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

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

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

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

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

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