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 
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.
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
Eigen::VectorXd Vector
Eigen::MatrixXd Matrix


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26