- 3.0.2 core module.
|
#include "ControlledSystem.h"
Go to the source code of this file.
Classes | |
class | ct::core::SymplecticSystem< POS_DIM, VEL_DIM, CONTROL_DIM, SCALAR > |
The base class for the implementation of a symplectic system. In a symplectic system, the position and the velocity update can be separated. During integration, the velocity gets update first and the position update uses the updated velocity. More... | |
Namespaces | |
ct | |
ct::core | |