RFFGen
|
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 of functions and 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 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 of some function with a double (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... | |
Mathematical operations and corresponding differentation rules.