MRPT  1.9.9
types_math.h File Reference
#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>
Include dependency graph for types_math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mrpt::math::dynamic_vector< T >
 Column vector, like Eigen::MatrixX*, but automatically initialized to zeros since construction. More...
 

Namespaces

 mrpt::math
 This base provides a set of functions for maths stuff.
 

Macros

#define EIGEN_USE_NEW_STDVECTOR
 
#define MRPT_EIGEN_DERIVED_CLASS_CTOR_OPERATOR_EQUAL(_CLASS_)
 

Functions

mrpt::serialization::CArchivemrpt::math::operator<< (mrpt::serialization::CArchive &s, const mrpt::math::CVectorFloat &a)
 
mrpt::serialization::CArchivemrpt::math::operator<< (mrpt::serialization::CArchive &s, const mrpt::math::CVectorDouble &a)
 
mrpt::serialization::CArchivemrpt::math::operator>> (mrpt::serialization::CArchive &in, mrpt::math::CVectorDouble &a)
 
mrpt::serialization::CArchivemrpt::math::operator>> (mrpt::serialization::CArchive &in, mrpt::math::CVectorFloat &a)
 

Macro Definition Documentation

◆ EIGEN_USE_NEW_STDVECTOR

#define EIGEN_USE_NEW_STDVECTOR

Definition at line 29 of file types_math.h.

◆ MRPT_EIGEN_DERIVED_CLASS_CTOR_OPERATOR_EQUAL

#define MRPT_EIGEN_DERIVED_CLASS_CTOR_OPERATOR_EQUAL (   _CLASS_)
Value:
/*! Assignment operator from any other Eigen class */ \
template <typename OtherDerived> \
inline mrpt_autotype& operator=( \
{ \
Base::operator=(other); \
return *this; \
} \
/*! Constructor from any other Eigen class */ \
template <typename OtherDerived> \
inline _CLASS_(const Eigen::MatrixBase<OtherDerived>& other) \
: Base(other.template cast<typename Base::Scalar>()) \
{ \
}

Definition at line 46 of file types_math.h.




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020