Class MEAL::NotCached

template<class T>
class NotCached : public MEAL::CalculatePolicy<T>

An evaluation policy that does not cache calculations.

This policy always calls the context T::calculate method

Public Functions

inline Result evaluate(std::vector<Result> *grad) const

Implement the evaluate method of the Function.

inline std::string class_name() const

Return the name of the class for debugging.