Class MEAL::Vectorize

template<class T, class Map = ScalarMapping<typename T::Result>>
class Vectorize : public MEAL::Convert<T, ScalarVector>

Converts a higher dimensional function into a ScalarVector.

Public Functions

Vectorize(T *function)

Default contructor.

inline virtual std::string get_name() const

Return the name of the class.

virtual unsigned size() const

Return the dimension of the vector.