13 #include <Eigen/Dense> 19 template <
typename T2>
23 r.asEigen() = asEigen().template cast<T2>();
28 #define DO_VECDYN_INSTANTIATION(T_) \ 29 template class mrpt::math::MatrixVectorBase<T_, CVectorDynamic<T_>>; Template for column vectors of dynamic size, compatible with Eigen.
size_t size(const MATRIXLIKE &m, const int dim)
CVectorDynamic< T2 > cast() const
#define DO_VECDYN_INSTANTIATION(T_)
This base provides a set of functions for maths stuff.