MRPT logo

mrpt::math::CMatrixD Class Reference

This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>". More...

#include <mrpt/math/CMatrixD.h>

Inheritance diagram for mrpt::math::CMatrixD:

mrpt::utils::CSerializable mrpt::math::CMatrixTemplateNumeric< double > mrpt::math::CMatrixTemplate< double >

List of all members.

Public Member Functions

 CMatrixD ()
 Constructor.
 CMatrixD (size_t row, size_t col)
 Constructor.
 CMatrixD (const CMatrixTemplateNumeric< double > &m)
 Copy constructor.
 CMatrixD (const CMatrixFloat &m)
 Copy constructor.
 CMatrixD (const mrpt::poses::CPose2D &p)
 Constructor from a mrpt::poses::CPose2D, which generates a 3x1 matrix $ [x y \phi]^T $.
 CMatrixD (const mrpt::poses::CPose3D &p)
 Constructor from a mrpt::poses::CPose6D, which generates a 6x1 matrix $ [x y z yaw pitch roll]^T $.
 CMatrixD (const mrpt::poses::CPoint2D &p)
 Constructor from a mrpt::poses::CPoint2D, which generates a 2x1 matrix $ [x y]^T $.
 CMatrixD (const mrpt::poses::CPoint3D &p)
 Constructor from a mrpt::poses::CPoint3D, which generates a 3x1 matrix $ [x y z]^T $.
CMatrixDoperator= (const CMatrixTemplateNumeric< double > &m)
 Assignment operator.
CMatrixDoperator= (const CMatrixFloat &m)
 Assignment operator.


Detailed Description

This class is a "CSerializable" wrapper for "CMatrixTemplateNumeric<double>".

Definition at line 54 of file CMatrixD.h.


Constructor & Destructor Documentation

mrpt::math::CMatrixD::CMatrixD (  )  [inline]

Constructor.

Definition at line 61 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( size_t  row,
size_t  col 
) [inline]

Constructor.

Definition at line 65 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( const CMatrixTemplateNumeric< double > &  m  )  [inline]

Copy constructor.

Definition at line 69 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( const CMatrixFloat m  )  [inline]

Copy constructor.

Definition at line 74 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( const mrpt::poses::CPose2D p  )  [inline, explicit]

Constructor from a mrpt::poses::CPose2D, which generates a 3x1 matrix $ [x y \phi]^T $.

Definition at line 81 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( const mrpt::poses::CPose3D p  )  [inline, explicit]

Constructor from a mrpt::poses::CPose6D, which generates a 6x1 matrix $ [x y z yaw pitch roll]^T $.

Definition at line 85 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( const mrpt::poses::CPoint2D p  )  [inline, explicit]

Constructor from a mrpt::poses::CPoint2D, which generates a 2x1 matrix $ [x y]^T $.

Definition at line 89 of file CMatrixD.h.

mrpt::math::CMatrixD::CMatrixD ( const mrpt::poses::CPoint3D p  )  [inline, explicit]

Constructor from a mrpt::poses::CPoint3D, which generates a 3x1 matrix $ [x y z]^T $.

Definition at line 93 of file CMatrixD.h.


Member Function Documentation

CMatrixD& mrpt::math::CMatrixD::operator= ( const CMatrixFloat m  )  [inline]

CMatrixD& mrpt::math::CMatrixD::operator= ( const CMatrixTemplateNumeric< double > &  m  )  [inline]

Assignment operator.

Reimplemented from mrpt::math::CMatrixTemplateNumeric< double >.

Definition at line 99 of file CMatrixD.h.

References mrpt::math::CMatrixTemplateNumeric< T >::operator=().




Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009