aern2-fun-0.2.9.0: Generic operations for real functions
Copyright(c) Michal Konecny
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

AERN2.RealFun.Tests

Description

Test support for real number function operations

Documentation

data FnAndDescr f Source #

Constructors

FnAndDescr f String 

Instances

Instances details
Show f => Show (FnAndDescr f) Source # 
Instance details

Defined in AERN2.RealFun.Tests

HasDomain f => HasDomain (FnAndDescr f) Source # 
Instance details

Defined in AERN2.RealFun.Tests

Associated Types

type Domain (FnAndDescr f) Source #

type Domain (FnAndDescr f) Source # 
Instance details

Defined in AERN2.RealFun.Tests

type Domain (FnAndDescr f) = Domain f

specFnPointwiseOp1 :: _ => T f -> T x -> String -> (f -> f) -> (v -> v) -> (FnAndDescr f -> FnAndDescr f) -> Spec Source #

specFnPointwiseOp2 :: _ => T f -> T x -> String -> (f -> f -> f) -> (v -> v -> v) -> (FnAndDescr f -> FnAndDescr f) -> (FnAndDescr f -> FnAndDescr f) -> Spec Source #