#include <BALL/MATHS/function.h>
Public Member Functions | |
Function realization | |
BALL_INLINE float | operator() (float) const |
Constant function class. This function represents a constant that is already known at compile time.
Definition at line 20 of file function.h.
BALL_INLINE float BALL::ConstantFunction< constant_template >::operator() | ( | float | ) | const [inline] |
Evaluation of this subterm
x | the point where to evaluate |
Definition at line 35 of file function.h.