integrator-euler.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2010,
3  * François Bleibel,
4  * Olivier Stasse,
5  *
6  * CNRS/AIST
7  *
8  */
9 
12 
13 #include "integrator-euler.t.cpp"
14 
15 #ifdef WIN32
16 IntegratorEulerVectorMatrix::IntegratorEulerVectorMatrix(
17  const std::string &name)
19 std::string IntegratorEulerVectorMatrix::getTypeName(void) {
20  return "IntegratorEulerVectorMatrix";
21 }
22 
23 IntegratorEulerVectorDouble::IntegratorEulerVectorDouble(
24  const std::string &name)
26 std::string IntegratorEulerVectorDouble::getTypeName(void) {
27  return "IntegratorEulerVectorDouble";
28 }
29 #endif // WIN32
integrator-euler.t.cpp
dynamicgraph::sot::IntegratorEuler
integrates an ODE using a naive Euler integration. TODO: change the integration method....
Definition: integrator-euler.hh:51
integrator-euler-impl.hh
Matrix
Eigen::MatrixXd Matrix
Vector
Eigen::VectorXd Vector
dynamicgraph::sot::double
double
Definition: fir-filter.cpp:49
integrator-euler.hh
compile.name
name
Definition: compile.py:23


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Tue Oct 24 2023 02:26:31