Cantera  3.1.0a1
Functor Objects

Functors implement functions of a single variable \( f(x) \). More...

Collaboration diagram for Functor Objects:

Detailed Description

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

 Simple Functors
 Simple 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...