1 #ifndef MATH_ZKeplerFunction_H
2 #define MATH_ZKeplerFunction_H
31 setType(
"MATH_ZKeplerFunction");
49 static inline SP::MATH_ZKeplerFunction
New() {
virtual ~MATH_ZKeplerFunction(void)
destroy an GA Object.
Definition: MATH_ZKeplerFunction.h:41
This class describes Transcendent equation test class.
Definition: MATH_KeplerFunction.h:14
static SP::MATH_ZKeplerFunction New()
create a GA Test class
Definition: MATH_ZKeplerFunction.h:49
DEFINE_SPTR(MATH_ZKeplerFunction)
MATH_ZKeplerFunction(void)
create a GA object
Definition: MATH_ZKeplerFunction.h:30
This class describes the function f(x)=keplerFunction(x)-x.
Definition: MATH_ZKeplerFunction.h:14
virtual tReal computeFunction(const tReal &x)
compute the function and derivatives
Definition: MATH_KeplerFunction.cpp:29
virtual void setType(tString type)
set the type of the object
Definition: CORE_Object.h:116
#define tReal
Definition: types.h:18
virtual tReal computeFunction(const tReal &x)
compute the function and derivatives is the kepler function -x
Definition: MATH_ZKeplerFunction.h:69
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:106