mlpack 3.4.2
Public Types | Public Attributes | Static Public Attributes | List of all members
DoublePoleCart::Action Class Reference

Implementation of action of Double Pole Cart. More...

#include <double_pole_cart.hpp>

Public Types

enum  actions {
  backward ,
  forward
}
 

Public Attributes

Action::actions action
 

Static Public Attributes

static const size_t size = 2
 

Detailed Description

Implementation of action of Double Pole Cart.

Definition at line 91 of file double_pole_cart.hpp.

Member Enumeration Documentation

◆ actions

enum actions
Enumerator
backward 
forward 

Definition at line 94 of file double_pole_cart.hpp.

Member Data Documentation

◆ action

Definition at line 100 of file double_pole_cart.hpp.

Referenced by DoublePoleCart::Dsdt().

◆ size

const size_t size = 2
static

Definition at line 103 of file double_pole_cart.hpp.


The documentation for this class was generated from the following file: