Functors implement functions of a single variable \( f(x) \). More...
Functors implement functions of a single variable \( f(x) \).
Functor objects can be combined to form compound expressions, which allows for the implementation of generic mathematical expressions.
Modules | |
| Basic Functors | |
| Basic functors implement standard mathematical expressions with a single parameter. | |
| Advanced Functors | |
| Advanced functors implement expressions that require multiple parameters. | |
| Compound Functors | |
| Compound functors implement expressions that are composed of other functors. | |
| Modified Functors | |
| Modified functors implement expressions that involve one functor and a single parameter. | |
| Helper Functions | |
| Helper functions detect simplifications that can be made to compound expressions. | |
Classes | |
| class | Func1 |
| Base class for 'functor' classes that evaluate a function of one variable. More... | |