1 #ifndef MATH_IntegrandFunction_H 2 #define MATH_IntegrandFunction_H
DEFINE_SPTR(MATH_IntegrandFunction)
#define tUSInt
Definition: types.h:28
SP_OBJECT(MATH_IntegrandFunction)
virtual tReal computeFunction(const tUSInt &n, const tReal x[])=0
compute the function at the point x od size dim
virtual void copy(const MATH_IntegrandFunction &f)
copy the instance
Definition: MATH_IntegrandFunction.cpp:11
abstract base class for most classes.
Definition: CORE_Object.h:53
virtual ~MATH_IntegrandFunction(void)
destroy a function.
Definition: MATH_IntegrandFunction.cpp:7
This class describes a function to integrate. the method computeFunction() has to be defined...
Definition: MATH_IntegrandFunction.h:16
MATH_IntegrandFunction(void)
create a function
Definition: MATH_IntegrandFunction.cpp:4
#define tReal
Definition: types.h:118