#include <corbo-core/factory.h>
#include <corbo-core/time.h>
#include <corbo-core/types.h>
#include <corbo-numerics/dynamics_eval_interface.h>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | corbo::CollocationInterface |
Interface class for collocation based system dynamics evaluation. More... | |
Namespaces | |
corbo | |
Macros | |
#define | FACTORY_REGISTER_COLLOCATION(type) FACTORY_REGISTER_DYNAMICS_EVAL(type) |
#define FACTORY_REGISTER_COLLOCATION | ( | type | ) | FACTORY_REGISTER_DYNAMICS_EVAL(type) |
Definition at line 142 of file collocation_interface.h.