specific_functions.h
Go to the documentation of this file.
128 CombineSpecificFunction(PairReduceOperation* operation, SpecificFunction* operator1, SpecificFunction* operator2);
std::vector< mpf_t * > Eval(const std::vector< mpf_t * > &pos)
Returns the evaluation of the current constant specific function.
This file contains abstract classes for function generation.
This class implements a specific function with an evaluation function that clones the input...
Definition: specific_functions.h:76
This class implements a specific function, which combines two specific functions with an operation...
Definition: specific_functions.h:119
This class is an abstract class. It supplies an interface for operations on vectors.
Definition: function.h:191
This class is an abstract class. It supplies the interface for generating a constant value...
Definition: general_objects.h:532
std::string GetName()
Returns a string representation of this object.
This class is an abstract class. It supplies the interface to operate on single mpf_t values...
Definition: general_objects.h:683
This class implements a specific function, which combines an operation with a specific function...
Definition: specific_functions.h:92
This class implements a specific function with an evaluation function that always evaluates to a vect...
Definition: specific_functions.h:51
ConstantSpecificFunction(ConstantEvaluation *constant_evaluation)
The constructor, where the constant can be specified.
This class is an abstract class. It supplies the interface for reducing two mpf_t values to a single ...
Definition: general_objects.h:403
This file contains various general objects which can be used by or contained in other objects...