aern2-mfun-0.2.9.0: Multi-variate real function optimisation and proving
Safe HaskellNone
LanguageHaskell2010

AERN2.AD.GenericOperations

Documentation

Orphan instances

(CanSqrtSameType a, CanMulSameType a, CanNegSameType a, CanAddSameType a, CanMulBy a Integer, CanRecipSameType a) => CanSqrt (Differential a) Source # 
Instance details

Associated Types

type SqrtType (Differential a) #

(CanExpSameType a, CanMulSameType a, CanAddSameType a) => CanExp (Differential a) Source # 
Instance details

Associated Types

type ExpType (Differential a) #

(CanSinCosSameType a, CanMulSameType a, CanNegSameType a, CanSubSameType a, CanAddSameType a, HasIntegers a, CanMinMaxSameType a) => CanSinCos (Differential a) Source # 
Instance details

Associated Types

type SinCosType (Differential a) #

CanMulBy (Differential a) Integer => CanNeg (Differential a) Source # 
Instance details

Associated Types

type NegType (Differential a) #

(CanDiv a a, CanSubSameType a, CanMulSameType a, CanMulBy a Integer, CanAddSameType a, CanSubSameType (DivType a a)) => CanDiv (Differential a) (Differential a) Source # 
Instance details

Associated Types

type DivType (Differential a) (Differential a) #

(CanMulSameType a, CanAddSameType a, CanPowBy a a, CanSubThis a Integer, CanLogSameType a, CanDivSameType a) => CanPow (Differential a) (Differential a) Source # 
Instance details

Associated Types

type PowType (Differential a) (Differential a) #

type PPowType (Differential a) (Differential a) #

(CanMulSameType a, CanAddSameType a) => CanMulAsymmetric (Differential a) (Differential a) Source # 
Instance details

Associated Types

type MulType (Differential a) (Differential a) #

CanAddSameType a => CanAddAsymmetric (Differential a) (Differential a) Source # 
Instance details

Associated Types

type AddType (Differential a) (Differential a) #

CanSubSameType a => CanSub (Differential a) (Differential a) Source # 
Instance details

Associated Types

type SubType (Differential a) (Differential a) #

CanMinMaxSameType a => CanMinMaxAsymmetric (Differential a) (Differential a) Source # 
Instance details

Associated Types

type MinMaxType (Differential a) (Differential a) #