Class MEAL::UnaryConvert

template<typename From, typename To, typename Method>
class UnaryConvert : public MEAL::Convert<From, To>

Convert a function to another type using a unary function.

Both the result of the function and its partial derivatives are passed through the unary function

Public Functions

inline std::string get_name() const

Return the name of the class.