RFFGen
 All Classes Namespaces Files Functions Typedefs Enumerations Groups
Namespaces | Classes
Mathematical Operations

Mathematical operations and corresponding differentation rules. More...

Namespaces

 MathematicalOperations
 Mathematical operations and corresponding differentation rules.
 

Classes

struct  RFFGen::MathematicalOperations::Chain< F, G, class, class >
 Chain $ f\circ g $ of functions $f$ and $g$ of type F resp. G (F and G must satisfy the requirements of Concepts::FunctionConcept). More...
 
struct  RFFGen::MathematicalOperations::Product< F, G, class, class >
 Product $fg$ of functions of type F and G (F and G must satisfy the requirements of Concepts::FunctionConcept). More...
 
struct  RFFGen::MathematicalOperations::Scale< F, class >
 Scaling $ af $ of some function $ f $ with a double $ a $ (F must satisfy the requirements of Concepts::FunctionConcept). More...
 
struct  RFFGen::MathematicalOperations::Squared< F, class >
 Squared function (F must satisfy the requirements of Concepts::FunctionConcept). More...
 
struct  RFFGen::MathematicalOperations::Sum< F, G, CheckF, CheckG >
 Sum of functions of type F and G (F and G must satisfy the requirements of Concepts::FunctionConcept). More...
 

Detailed Description

Mathematical operations and corresponding differentation rules.