#include <mpc/types.h>

Go to the source code of this file.
Namespaces | |
| namespace | finite_differences | 
Functions | |
| float | finite_differences::cost (const VectorT &x, const VectorT &u) | 
| void | finite_differences::costD (const VectorT &x, const VectorT &u, Deriv &d) | 
| void | finite_differences::dynamics (const VectorT &x, const VectorT &u, VectorT &xNext) | 
| void | finite_differences::dynamicsD (const VectorT &x, const VectorT &u, Deriv &d) | 
| void | finite_differences::setBaseFunctions (Dynamics d, CostFunction c) |