43 *
this = m.eval().cast<
double>();
47 template <
typename OtherDerived>
54 template <
typename OtherDerived>
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".
CMatrixD(const CMatrixFloat &m)
Copy constructor.
CMatrixD(size_t row, size_t col)
Constructor.
This base provides a set of functions for maths stuff.
CMatrixD & operator=(const Eigen::MatrixBase< OtherDerived > &other)
#define MRPT_MATRIX_CONSTRUCTORS_FROM_POSES(_CLASS_)
std::shared_ptr< CMatrixD > Ptr
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
Virtual base class for "archives": classes abstracting I/O streams.
GLenum GLenum GLvoid * row
The virtual base class which provides a unified interface for all persistent objects in MRPT...
A matrix of dynamic size.
CMatrixD(const CMatrixTemplateNumeric< double > &m)
Copy constructor.
CMatrixD(const Eigen::MatrixBase< OtherDerived > &other)
mrpt::serialization::CArchive & operator>>(mrpt::serialization::CArchive &in, CMatrix::Ptr &pObj)