ActionDataAbstract typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
ActionModelAbstractTpl(boost::shared_ptr< StateAbstract > state, const std::size_t nu, const std::size_t nr=0, const std::size_t ng=0, const std::size_t nh=0) | ActionModelAbstractTpl< _Scalar > | |
ActionModelLQRTpl(const std::size_t nx, const std::size_t nu, const bool drift_free=true) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
Base typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
calc(const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x, const Eigen::Ref< const VectorXs > &u) | ActionModelLQRTpl< _Scalar > | virtual |
calc(const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x) | ActionModelLQRTpl< _Scalar > | virtual |
calcDiff(const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x, const Eigen::Ref< const VectorXs > &u) | ActionModelLQRTpl< _Scalar > | virtual |
calcDiff(const boost::shared_ptr< ActionDataAbstract > &data, const Eigen::Ref< const VectorXs > &x) | ActionModelLQRTpl< _Scalar > | virtual |
checkData(const boost::shared_ptr< ActionDataAbstract > &data) | ActionModelLQRTpl< _Scalar > | virtual |
createData() | ActionModelLQRTpl< _Scalar > | virtual |
Data typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
g_lb_ | ActionModelAbstractTpl< _Scalar > | protected |
g_ub_ | ActionModelAbstractTpl< _Scalar > | protected |
get_f0() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_Fu() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_Fx() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_g_lb() const | ActionModelAbstractTpl< _Scalar > | virtual |
get_g_ub() const | ActionModelAbstractTpl< _Scalar > | virtual |
get_has_control_limits() const | ActionModelAbstractTpl< _Scalar > | |
get_lu() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_Luu() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_lx() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_Lxu() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_Lxx() const (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
get_ng() const | ActionModelAbstractTpl< _Scalar > | virtual |
get_nh() const | ActionModelAbstractTpl< _Scalar > | virtual |
get_nr() const | ActionModelAbstractTpl< _Scalar > | |
get_nu() const | ActionModelAbstractTpl< _Scalar > | |
get_state() const | ActionModelAbstractTpl< _Scalar > | |
get_u_lb() const | ActionModelAbstractTpl< _Scalar > | |
get_u_ub() const | ActionModelAbstractTpl< _Scalar > | |
has_control_limits_ | ActionModelAbstractTpl< _Scalar > | protected |
MathBase typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
MatrixXs typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
ng_ | ActionModelAbstractTpl< _Scalar > | protected |
nh_ | ActionModelAbstractTpl< _Scalar > | protected |
nr_ | ActionModelAbstractTpl< _Scalar > | protected |
nu_ | ActionModelLQRTpl< _Scalar > | protected |
print(std::ostream &os) const | ActionModelLQRTpl< _Scalar > | virtual |
quasiStatic(const boost::shared_ptr< ActionDataAbstract > &data, Eigen::Ref< VectorXs > u, const Eigen::Ref< const VectorXs > &x, const std::size_t maxiter=100, const Scalar tol=Scalar(1e-9)) | ActionModelAbstractTpl< _Scalar > | virtual |
quasiStatic_x(const boost::shared_ptr< ActionDataAbstract > &data, const VectorXs &x, const std::size_t maxiter=100, const Scalar tol=Scalar(1e-9)) | ActionModelAbstractTpl< _Scalar > | |
Scalar typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_f0(const VectorXs &f0) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_Fu(const MatrixXs &Fu) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_Fx(const MatrixXs &Fx) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_g_lb(const VectorXs &g_lb) | ActionModelAbstractTpl< _Scalar > | |
set_g_ub(const VectorXs &g_ub) | ActionModelAbstractTpl< _Scalar > | |
set_lu(const VectorXs &lu) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_Luu(const MatrixXs &Luu) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_lx(const VectorXs &lx) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_Lxu(const MatrixXs &Lxu) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_Lxx(const MatrixXs &Lxx) (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
set_u_lb(const VectorXs &u_lb) | ActionModelAbstractTpl< _Scalar > | |
set_u_ub(const VectorXs &u_ub) | ActionModelAbstractTpl< _Scalar > | |
state_ | ActionModelLQRTpl< _Scalar > | protected |
StateAbstract typedef (defined in ActionModelAbstractTpl< _Scalar >) | ActionModelAbstractTpl< _Scalar > | |
StateVector typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
u_lb_ | ActionModelAbstractTpl< _Scalar > | protected |
u_ub_ | ActionModelAbstractTpl< _Scalar > | protected |
unone_ | ActionModelAbstractTpl< _Scalar > | protected |
update_has_control_limits() | ActionModelAbstractTpl< _Scalar > | protected |
VectorXs typedef (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | |
~ActionModelAbstractTpl() (defined in ActionModelAbstractTpl< _Scalar >) | ActionModelAbstractTpl< _Scalar > | virtual |
~ActionModelLQRTpl() (defined in ActionModelLQRTpl< _Scalar >) | ActionModelLQRTpl< _Scalar > | virtual |