ad-4.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) Source 
Enum t => Enum (On t) Source 
Eq t => Eq (On t) Source 
Floating t => Floating (On t) Source 
Fractional t => Fractional (On t) Source 
Num t => Num (On t) Source 
Ord t => Ord (On t) Source 
Real t => Real (On t) Source 
RealFloat t => RealFloat (On t) Source 
RealFrac t => RealFrac (On t) Source 
Erf t => Erf (On t) Source 
InvErf t => InvErf (On t) Source 
(Mode t, Mode (Scalar t)) => Mode (On t) Source 
type Scalar (On t) = Scalar (Scalar t) Source