ad-4.0.0.1: Automatic Differentiation

PortabilityGHC only
Stabilityexperimental
Maintainerekmett@gmail.com
Safe HaskellNone

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

Typeable1 On 
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)