- 3.0.2 optimal control module.
DiscreteOptConProblem.h File Reference

Go to the source code of this file.

Namespaces

 ct
 
 ct::optcon
 

Typedefs

template<size_t STATE_DIM, size_t CONTROL_DIM, typename SCALAR = double>
using ct::optcon::DiscreteOptConProblem = OptConProblemBase< STATE_DIM, CONTROL_DIM, core::DiscreteControlledSystem< STATE_DIM, CONTROL_DIM, SCALAR >, core::DiscreteLinearSystem< STATE_DIM, CONTROL_DIM, SCALAR >, core::DiscreteSystemLinearizer< STATE_DIM, CONTROL_DIM, SCALAR >, SCALAR >