AngularVelocity.h
Go to the documentation of this file.
00001 // This file is part of Eigen, a lightweight C++ template library
00002 // for linear algebra.
00003 //
00004 // Copyright (C) 2009-2013 CEA LIST (DIASI/LSI) <xde-support@saxifrage.cea.fr>
00005 //
00006 // This Source Code Form is subject to the terms of the Mozilla
00007 // Public License v. 2.0. If a copy of the MPL was not distributed
00008 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
00009 
00010 #ifndef EIGEN_LGSM_ANGULAR_VELOCITY_H
00011 #define EIGEN_LGSM_ANGULAR_VELOCITY_H
00012 
00013 /***********************************************************************************
00014 * There are no need for new constructor or accessor. Some typedefs will do the job.
00015 ************************************************************************************/
00016 
00018 typedef LieAlgebra<Matrix<float, 3, 1> > AngularVelocityf;
00020 typedef LieAlgebra<Matrix<double, 3, 1> > AngularVelocityd;
00021 
00023 typedef Map<LieAlgebra<Matrix<float, 3, 1> >, 0>         AngularVelocityMapf;
00025 typedef Map<LieAlgebra<Matrix<double, 3, 1> >, 0>        AngularVelocityMapd;
00027 typedef Map<LieAlgebra<Matrix<float, 3, 1> >, Aligned>   AngularVelocityMapAlignedf;
00029 typedef Map<LieAlgebra<Matrix<double, 3, 1> >, Aligned>  AngularVelocityMapAlignedd;
00030 
00031 #endif


lgsm
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:26:30