1 #ifndef MATH_StiefelFunction_H
2 #define MATH_StiefelFunction_H
MATH_StiefelFunction(void)
create a StiefelFunction object
Definition: MATH_StiefelFunction.cpp:4
DEFINE_SPTR(MATH_StiefelFunction)
virtual ~MATH_StiefelFunction(void)
destroy an StiefelFunction Object.
Definition: MATH_StiefelFunction.cpp:9
virtual tString toString() const
to string
Definition: MATH_StiefelFunction.cpp:13
virtual tReal computeFunction(const LAP_DoubleFullGeneralMatrix &X, LAP_DoubleFullGeneralMatrix &G)=0
compute the function & derivatives
Definition: LAP_DoubleFullGeneralMatrix.h:30
This class describes Stiefel function to optimize.
Definition: MATH_StiefelFunction.h:20
abstract base class for most classes.
Definition: CORE_Object.h:30
#define tString
Definition: types.h:49
#define tReal
Definition: types.h:18