43     template <
class OTHERMAT>
    51     template <
typename OtherDerived>
    58     template <
typename OtherDerived>
 
CMatrixF & operator=(const Eigen::MatrixBase< OtherDerived > &other)
 
CMatrixF(size_t row, size_t col)
Constructor. 
 
CMatrixF & operator=(const OTHERMAT &m)
Assignment operator for float matrixes. 
 
#define DEFINE_SCHEMA_SERIALIZABLE()
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
mrpt::serialization::CArchive & operator>>(mrpt::serialization::CArchive &in, CMatrixD::Ptr &pObj)
 
This base provides a set of functions for maths stuff. 
 
CMatrixF(const CMatrixFloat &m)
Copy constructor. 
 
CMatrixF(const CMatrixDynamic< double > &m)
Copy constructor. 
 
CMatrixF(const Eigen::MatrixBase< OtherDerived > &other)
 
CMatrixDynamic & operator=(const CMatrixDynamic< T > &m)=default
 
This class is a "CSerializable" wrapper for "CMatrixFloat". 
 
Virtual base class for "archives": classes abstracting I/O streams. 
 
The virtual base class which provides a unified interface for all persistent objects in MRPT...
 
std::shared_ptr< mrpt::math ::CMatrixF > Ptr
 
#define DEFINE_SERIALIZABLE(class_name, NS)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
 
#define MRPT_MATRIX_CONSTRUCTORS_FROM_POSES(_CLASS_)
 
This template class provides the basic functionality for a general 2D any-size, resizable container o...