46 *
this = m.eval().cast<
double>();
50 template <
typename OtherDerived>
57 template <
typename OtherDerived>
58 inline CMatrixD(
const Eigen::MatrixBase<OtherDerived>& other)
This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".
The virtual base class which provides a unified interface for all persistent objects in MRPT...
CMatrixD(const CMatrixFloat &m)
Copy constructor.
CMatrixD(size_t row, size_t col)
Constructor.
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
CMatrixD & operator=(const Eigen::MatrixBase< OtherDerived > &other)
std::shared_ptr< CMatrixD > Ptr
mrpt::utils::CStream & operator>>(mrpt::utils::CStream &in, CMatrix::Ptr &pObj)
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
GLenum GLenum GLvoid * row
Lightweight 3D pose (three spatial coordinates, plus three angular coordinates).
A matrix of dynamic size.
CMatrixD(const CMatrixTemplateNumeric< double > &m)
Copy constructor.
CMatrixD(const Eigen::MatrixBase< OtherDerived > &other)