ad-4.2.3: Automatic Differentiation

Copyright(c) Edward Kmett 2010-2015
LicenseBSD3
Maintainerekmett@gmail.com
Stabilityexperimental
PortabilityGHC only
Safe HaskellNone
LanguageHaskell2010

Numeric.AD.Internal.On

Description

 

Synopsis

Documentation

newtype On t Source

The composition of two AD modes is an AD mode in its own right

Constructors

On 

Fields

off :: t
 

Instances

Bounded t => Bounded (On t) 
Enum t => Enum (On t) 
Eq t => Eq (On t) 
Floating t => Floating (On t) 
Fractional t => Fractional (On t) 
Num t => Num (On t) 
Ord t => Ord (On t) 
Real t => Real (On t) 
RealFloat t => RealFloat (On t) 
RealFrac t => RealFrac (On t) 
Erf t => Erf (On t) 
InvErf t => InvErf (On t) 
(Mode t, Mode (Scalar t)) => Mode (On t) 
Typeable (* -> *) On 
type Scalar (On t) = Scalar (Scalar t)