Base classes for scalar functions. More...


Go to the source code of this file.
Data Structures | |
| class | csl::AbstractFunc |
| Base class for scalar functions of one argument. More... | |
| class | csl::AbstractDuoFunc |
| Handle functions of multiple arguments. In the case of the call of a simplification function, if recursive, the function will be first applied on all the arguments, then to the function itself. More... | |
| class | csl::AbstractMultiFunc |
| Handle functions of multiple arguments. In the case of the call of a simplification function, if recursive, the function will be first applied on all the arguments, then to the function itself. More... | |
Namespaces | |
| csl | |
| Namespace for csl library. | |
Base classes for scalar functions.
1.8.13