funcy
1.6.1
|
Mathematical operations and corresponding differentation rules. More...
![]() |
Namespaces | |
funcy::mathop | |
Mathematical operations and corresponding differentation rules. | |
Classes | |
struct | funcy::mathop::Chain< F, G > |
Chain \( f\circ g \) of functions \(f\) and \(g\) of type F resp. G. More... | |
struct | funcy::mathop::Dot< F, G > |
Dot \(f \cdot g\) of functions of type F and G. More... | |
struct | funcy::mathop::Product< F, G > |
Product \(fg\) of functions of type F and G. More... | |
struct | funcy::mathop::Scale< Scalar, F > |
Scaling \( af \) of some function \( f \) with a double \( a \). More... | |
struct | funcy::mathop::Squared< F > |
Squared function \(f^2\). More... | |
struct | funcy::mathop::Subtraction< F, G > |
Subtraction of functions of type F and G. More... | |
struct | funcy::mathop::Sum< F, G > |
Sum of functions of type F and G. More... | |
Mathematical operations and corresponding differentation rules.