38 *
this = m.eval().cast<
float>();
44 template <
class OTHERMAT>
47 CMatrixFloat::operator=(m);
52 template <
typename OtherDerived>
59 template <
typename OtherDerived>
std::shared_ptr< CMatrix > Ptr
This base provides a set of functions for maths stuff.
CMatrix & operator=(const OTHERMAT &m)
Assignment operator for float matrixes.
CMatrix(size_t row, size_t col)
Constructor.
#define MRPT_MATRIX_CONSTRUCTORS_FROM_POSES(_CLASS_)
CMatrix(const CMatrixTemplateNumeric< double > &m)
Copy constructor.
CMatrix(const Eigen::MatrixBase< OtherDerived > &other)
CMatrix & operator=(const Eigen::MatrixBase< OtherDerived > &other)
#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.
This class is a "CSerializable" wrapper for "CMatrixFloat".
mrpt::serialization::CArchive & operator>>(mrpt::serialization::CArchive &in, CMatrix::Ptr &pObj)
CMatrix(const CMatrixFloat &m)
Copy constructor.