Torque.h
Go to the documentation of this file.
1 // This file is part of Eigen, a lightweight C++ template library
2 // for linear algebra.
3 //
4 // Copyright (C) 2009-2013 CEA LIST (DIASI/LSI) <xde-support@saxifrage.cea.fr>
5 //
6 // This Source Code Form is subject to the terms of the Mozilla
7 // Public License v. 2.0. If a copy of the MPL was not distributed
8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 
10 #ifndef EIGEN_LGSM_TORQUE_H
11 #define EIGEN_LGSM_TORQUE_H
12 
13 /***********************************************************************************
14 * There are no need for new constructor or accessor. Some typedefs will do the job.
15 ************************************************************************************/
16 
21 
23 typedef Map<LieAlgebraDual<Matrix<float, 3, 1> >, 0> TorqueMapf;
25 typedef Map<LieAlgebraDual<Matrix<double, 3, 1> >, 0> TorqueMapd;
27 typedef Map<LieAlgebraDual<Matrix<float, 3, 1> >, Aligned> TorqueMapAlignedf;
29 typedef Map<LieAlgebraDual<Matrix<double, 3, 1> >, Aligned> TorqueMapAlignedd;
30 
31 #endif
Map< LieAlgebraDual< Matrix< float, 3, 1 > >, Aligned > TorqueMapAlignedf
Definition: Torque.h:27
LieAlgebraDual< Matrix< float, 3, 1 > > Torquef
Definition: Torque.h:18
Map< LieAlgebraDual< Matrix< float, 3, 1 > >, 0 > TorqueMapf
Definition: Torque.h:23
Class describing an element of a Lie algebra dual.
Definition: LieAlgebra.h:216
Map< LieAlgebraDual< Matrix< double, 3, 1 > >, 0 > TorqueMapd
Definition: Torque.h:25
LieAlgebraDual< Matrix< double, 3, 1 > > Torqued
Definition: Torque.h:20
Map< LieAlgebraDual< Matrix< double, 3, 1 > >, Aligned > TorqueMapAlignedd
Definition: Torque.h:29


lgsm
Author(s): Roberto Martín-Martín
autogenerated on Mon Jun 10 2019 14:05:58