43     template <
typename Other>
    50     template <
class Other>
 std::shared_ptr< mrpt::math ::CMatrixD > Ptr
 
This class is a "CSerializable" wrapper for "CMatrixDynamic<double>". 
 
CMatrixD(const Other &other)
 
CMatrixD(const CMatrixFloat &m)
Copy constructor. 
 
CMatrixD(size_t row, size_t col)
Constructor. 
 
CMatrixD(const Base &m)
Copy constructor. 
 
#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. 
 
CMatrixDynamic & operator=(const CMatrixDynamic< double > &m)=default
 
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...
 
#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...
 
CMatrixD & operator=(const Other &other)