src
matrix
integrator-abstract.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
10
#include <
sot/core/integrator-abstract.hh
>
11
12
// This ends the specialization part.
13
// Note that on WIN32, the specialization has to be realized
14
// before the declaration of the general model.
15
#include <
sot/core/integrator-abstract-impl.hh
>
16
17
#ifdef WIN32
18
IntegratorAbstractDouble::IntegratorAbstractDouble(
const
std::string &
name
)
19
: IntegratorAbstract<
double
,
double
>(
name
) {}
20
21
IntegratorAbstractVector::IntegratorAbstractVector(
const
std::string &
name
)
22
: IntegratorAbstract<
dynamicgraph
::
Vector
,
dynamicgraph
::
Matrix
>(
name
) {}
23
24
IntegratorAbstractVector::IntegratorAbstractVectorDouble(
25
const
std::string &
name
)
26
: IntegratorAbstract<
dynamicgraph
::
Vector
,
double
>(
name
) {}
27
#endif
dynamicgraph
Matrix
Eigen::MatrixXd Matrix
integrator-abstract.hh
Vector
Eigen::VectorXd Vector
integrator-abstract-impl.hh
dynamicgraph::sot::double
double
Definition:
fir-filter.cpp:49
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