MRPT  2.0.4
MatrixVectorBase_instantiate_CVectorDynamic.cpp
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2 | Mobile Robot Programming Toolkit (MRPT) |
3 | https://www.mrpt.org/ |
4 | |
5 | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6 | See: https://www.mrpt.org/Authors - All rights reserved. |
7 | Released under BSD License. See: https://www.mrpt.org/License |
8 +------------------------------------------------------------------------+ */
9 
10 #include "math-precomp.h" // Precompiled headers
11 
13 #include <Eigen/Dense>
14 #include "MatrixVectorBase_impl.h"
15 
16 using namespace mrpt::math;
17 
18 template <typename T>
19 template <typename T2>
21 {
23  r.asEigen() = asEigen().template cast<T2>();
24  return r;
25 }
26 
27 // Explicit instantiation of "MatrixVectorBase_impl.h" methods:
28 #define DO_VECDYN_INSTANTIATION(T_) \
29  template class mrpt::math::MatrixVectorBase<T_, CVectorDynamic<T_>>;
30 
Template for column vectors of dynamic size, compatible with Eigen.
size_t size(const MATRIXLIKE &m, const int dim)
CVectorDynamic< T2 > cast() const
This base provides a set of functions for maths stuff.



Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020