downhill-0.4.0.0: Reverse mode automatic differentiation
Safe HaskellSafe-Inferred
LanguageHaskell2010

Downhill.Internal.Graph.Types

Description

Types of nodes and edges of the computational graph.

Parameters:

  • p - is parent node; might be OpenKey or NodeKey
  • e - edge type
  • a - type of the initial node of expression
  • v - type of the node.
Synopsis

Linear functions

newtype BackFun u v Source #

Edge type for backward mode evaluation

Constructors

BackFun 

Fields

newtype FwdFun u v Source #

Edge type for forward mode evaluation

Constructors

FwdFun 

Fields