#include <vector>
#include <deque>
#include <mrpt/math/math_frwds.h>
#include <mrpt/serialization/serialization_frwds.h>
#include <fstream>
#include <ctime>
#include <stdexcept>
#include <Eigen/Dense>
#include <Eigen/StdVector>
#include <Eigen/StdDeque>
#include <EIGEN_MATRIXBASE_PLUGIN_POST_IMPL>
Go to the source code of this file.
|
| | mrpt |
| | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
|
| |
| | mrpt::math |
| | This base provides a set of functions for maths stuff.
|
| |
◆ EIGEN_USE_NEW_STDVECTOR
| #define EIGEN_USE_NEW_STDVECTOR |
◆ MRPT_EIGEN_DERIVED_CLASS_CTOR_OPERATOR_EQUAL
| #define MRPT_EIGEN_DERIVED_CLASS_CTOR_OPERATOR_EQUAL |
( |
|
_CLASS_ | ) |
|
Value: \
template <typename OtherDerived> \
inline mrpt_autotype& operator=( \
{ \
Base::operator=(other); \
return *this; \
} \
\
template <typename OtherDerived> \
: Base(other.template cast<typename Base::Scalar>()) \
{ \
}
Definition at line 46 of file types_math.h.