Class xlifepp::TestFunction#
-
class TestFunction : public xlifepp::Unknown#
-
end user’s class to manage problem test functions
Public Functions
-
inline TestFunction(const string_t &nm, Space *sp, dimen_t nc, bool co, Unknown *u, number_t ra, bool iu)#
-
full explicit constructor
-
inline TestFunction(Space &sp, const string_t &nm = "", dimen_t d = 1, number_t r = 0)#
-
constructor from a xlifepp::Space
-
inline TestFunction(Unknown &u, const Parameter &p1)#
-
constructor from an xlifepp::Unknown
-
inline TestFunction(const string_t &nm, Space *sp, dimen_t nc, bool co, Unknown *u, number_t ra, bool iu)#