Crocoddyl
ActionModelLQRTpl< _Scalar > Member List

This is the complete list of members for ActionModelLQRTpl< _Scalar >, including all inherited members.

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, const std::size_t ng_T=0, const std::size_t nh_T=0)ActionModelAbstractTpl< _Scalar >
ActionModelLQRTpl(const MatrixXs &A, const MatrixXs &B, const MatrixXs &Q, const MatrixXs &R, const MatrixXs &N)ActionModelLQRTpl< _Scalar >
ActionModelLQRTpl(const MatrixXs &A, const MatrixXs &B, const MatrixXs &Q, const MatrixXs &R, const MatrixXs &N, const VectorXs &f, const VectorXs &q, const VectorXs &r)ActionModelLQRTpl< _Scalar >
ActionModelLQRTpl(const MatrixXs &A, const MatrixXs &B, const MatrixXs &Q, const MatrixXs &R, const MatrixXs &N, const MatrixXs &G, const MatrixXs &H, const VectorXs &f, const VectorXs &q, const VectorXs &r, const VectorXs &g, const VectorXs &h)ActionModelLQRTpl< _Scalar >
ActionModelLQRTpl(const std::size_t nx, const std::size_t nu, const bool drift_free=true)ActionModelLQRTpl< _Scalar >
ActionModelLQRTpl(const ActionModelLQRTpl &copy)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 >
DEPRECATED("Use get_A", const MatrixXs &get_Fx() const { return get_A();}) DEPRECATED("Use get_B" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use get_f", const VectorXs &get_f0() const { return get_f();}) DEPRECATED("Use get_q" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use get_r", const VectorXs &get_lu() const { return get_r();}) DEPRECATED("Use get_Q" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use get_R", const MatrixXs &get_Lxu() const { return get_R();}) DEPRECATED("Use get_N" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use set_LQR", void set_Fx(const MatrixXs &A) { set_LQR(A, B_, Q_, R_, N_, G_, H_, f_, q_, r_, g_, h_);}) DEPRECATED("Use set_LQR" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use set_LQR", void set_f0(const VectorXs &f) { set_LQR(A_, B_, Q_, R_, N_, G_, H_, f, q_, r_, g_, h_);}) DEPRECATED("Use set_LQR" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use set_LQR", void set_lu(const VectorXs &r) { set_LQR(A_, B_, Q_, R_, N_, G_, H_, f_, q_, r, g_, h_);}) DEPRECATED("Use set_LQR" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
DEPRECATED("Use set_LQR", void set_Luu(const MatrixXs &R) { set_LQR(A_, B_, Q_, R, N_, G_, H_, f_, q_, r_, g_, h_);}) DEPRECATED("Use set_LQR" (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
g_lb_ActionModelAbstractTpl< _Scalar >protected
g_ub_ActionModelAbstractTpl< _Scalar >protected
get_A() constActionModelLQRTpl< _Scalar >
get_B() constActionModelLQRTpl< _Scalar >
get_f() constActionModelLQRTpl< _Scalar >
get_Fu() const (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
get_g() constActionModelLQRTpl< _Scalar >
get_G() constActionModelLQRTpl< _Scalar >
get_g_lb() constActionModelAbstractTpl< _Scalar >virtual
get_g_ub() constActionModelAbstractTpl< _Scalar >virtual
get_H() constActionModelLQRTpl< _Scalar >
get_h() constActionModelLQRTpl< _Scalar >
get_has_control_limits() constActionModelAbstractTpl< _Scalar >
get_Luu() const (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
get_lx() const (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
get_Lxx() const (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
get_N() constActionModelLQRTpl< _Scalar >
get_ng() constActionModelAbstractTpl< _Scalar >virtual
get_ng_T() constActionModelAbstractTpl< _Scalar >virtual
get_nh() constActionModelAbstractTpl< _Scalar >virtual
get_nh_T() constActionModelAbstractTpl< _Scalar >virtual
get_nr() constActionModelAbstractTpl< _Scalar >
get_nu() constActionModelAbstractTpl< _Scalar >
get_Q() constActionModelLQRTpl< _Scalar >
get_q() constActionModelLQRTpl< _Scalar >
get_r() constActionModelLQRTpl< _Scalar >
get_R() constActionModelLQRTpl< _Scalar >
get_state() constActionModelAbstractTpl< _Scalar >
get_u_lb() constActionModelAbstractTpl< _Scalar >
get_u_ub() constActionModelAbstractTpl< _Scalar >
has_control_limits_ActionModelAbstractTpl< _Scalar >protected
MathBase typedef (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
MatrixXs typedef (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
ng_ActionModelLQRTpl< _Scalar >protected
ng_T_ActionModelAbstractTpl< _Scalar >protected
nh_ActionModelLQRTpl< _Scalar >protected
nh_T_ActionModelAbstractTpl< _Scalar >protected
nr_ActionModelAbstractTpl< _Scalar >protected
nu_ActionModelLQRTpl< _Scalar >protected
print(std::ostream &os) constActionModelLQRTpl< _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 >
Random(const std::size_t nx, const std::size_t nu, const std::size_t ng=0, const std::size_t nh=0)ActionModelLQRTpl< _Scalar >static
Scalar typedef (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >
set_Fu(const MatrixXs &B) (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
set_g_lb(const VectorXs &g_lb)ActionModelAbstractTpl< _Scalar >
set_g_ub(const VectorXs &g_ub)ActionModelAbstractTpl< _Scalar >
set_LQR(const MatrixXs &A, const MatrixXs &B, const MatrixXs &Q, const MatrixXs &R, const MatrixXs &N, const MatrixXs &G, const MatrixXs &H, const VectorXs &f, const VectorXs &q, const VectorXs &r, const VectorXs &g, const VectorXs &h)ActionModelLQRTpl< _Scalar >
set_lx(const VectorXs &q) (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
set_Lxu(const MatrixXs &N) (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
set_Lxx(const MatrixXs &Q) (defined in ActionModelLQRTpl< _Scalar >)ActionModelLQRTpl< _Scalar >inline
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