#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/functional/hash.hpp>
#include <roboptim/core/n-times-derivable-function.hh>
#include <roboptim/core/cache.hh>
#include <roboptim/core/filter/cached-function.hxx>
Classes | |
class | roboptim::CachedFunction< T > |
Store previous function computation. More... | |
Namespaces | |
namespace | Eigen |
namespace | roboptim |
Meta-functions, functions and solver-related classes. | |
Functions | |
std::size_t | Eigen::hash_value (const roboptim::Function::argument_t &x) |
Hash function for argument vectors. |