- 3.0.2 optimal control module.
|
The DMS policy used as a solution container. More...
#include <DmsSolver.h>
Public Types | |
typedef DIMENSIONS::state_vector_array_t | state_vector_array_t |
typedef DIMENSIONS::control_vector_array_t | control_vector_array_t |
typedef DIMENSIONS::time_array_t | time_array_t |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef DmsDimensions< STATE_DIM, CONTROL_DIM, SCALAR > | DIMENSIONS |
state_vector_array_t | xSolution_ |
control_vector_array_t | uSolution_ |
time_array_t | tSolution_ |
The DMS policy used as a solution container.
typedef DIMENSIONS::state_vector_array_t ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::state_vector_array_t |
typedef DIMENSIONS::control_vector_array_t ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::control_vector_array_t |
typedef DIMENSIONS::time_array_t ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::time_array_t |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef DmsDimensions<STATE_DIM, CONTROL_DIM, SCALAR> ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::DIMENSIONS |
state_vector_array_t ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::xSolution_ |
Referenced by ct::optcon::example::OscDms::compareSnoptSolutions(), ct::optcon::example::OscDms::getIpoptSolution(), ct::optcon::example::OscDms::getSnoptSolution(), ct::optcon::example::OscillatorDms::getSolution(), ct::optcon::DmsSolver< STATE_DIM, CONTROL_DIM, SCALAR >::getSolution(), main(), and ct::optcon::DmsSolver< STATE_DIM, CONTROL_DIM, SCALAR >::setInitialGuess().
control_vector_array_t ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::uSolution_ |
Referenced by ct::optcon::example::OscDms::compareSnoptSolutions(), ct::optcon::example::OscDms::getIpoptSolution(), ct::optcon::example::OscDms::getSnoptSolution(), ct::optcon::example::OscillatorDms::getSolution(), main(), and ct::optcon::DmsSolver< STATE_DIM, CONTROL_DIM, SCALAR >::setInitialGuess().
time_array_t ct::optcon::DmsPolicy< STATE_DIM, CONTROL_DIM, SCALAR >::tSolution_ |