funcy  1.6.1
Classes
funcy::mathop Namespace Reference

Mathematical operations and corresponding differentation rules. More...

Classes

struct  Chain
 Chain \( f\circ g \) of functions \(f\) and \(g\) of type F resp. G. More...
 
struct  Dot
 Dot \(f \cdot g\) of functions of type F and G. More...
 
struct  Max
 max function \( \max(x,y) \). More...
 
struct  Min
 min function \( \min(x,y) \). More...
 
struct  Product
 Product \(fg\) of functions of type F and G. More...
 
struct  Scale
 Scaling \( af \) of some function \( f \) with a double \( a \). More...
 
struct  Squared
 Squared function \(f^2\). More...
 
struct  Subtraction
 Subtraction of functions of type F and G. More...
 
struct  Sum
 Sum of functions of type F and G. More...
 

Detailed Description

Mathematical operations and corresponding differentation rules.

See also
Mathematical Operations