#include <mrpt/math/CMatrix.h>
Public Member Functions | |
CMatrix (size_t row=1, size_t col=1) | |
Constructor. | |
CMatrix (const CMatrixFloat &m) | |
Copy constructor. | |
CMatrix (const CMatrixTemplateNumeric< double > &m) | |
Copy constructor. | |
CMatrix (const mrpt::poses::CPose2D &p) | |
Constructor from a mrpt::poses::CPose2D, which generates a 3x1 matrix ![]() | |
CMatrix (const mrpt::poses::CPose3D &p) | |
Constructor from a mrpt::poses::CPose6D, which generates a 6x1 matrix ![]() | |
CMatrix (const mrpt::poses::CPoint2D &p) | |
Constructor from a mrpt::poses::CPoint2D, which generates a 2x1 matrix ![]() | |
CMatrix (const mrpt::poses::CPoint3D &p) | |
Constructor from a mrpt::poses::CPoint3D, which generates a 3x1 matrix ![]() | |
CMatrix & | operator= (const CMatrixFloat &m) |
Assignment operator for float matrixes. | |
CMatrix & | operator= (const CMatrixTemplateNumeric< double > &m) |
Assignment operator for double matrixes. |
Definition at line 53 of file CMatrix.h.
mrpt::math::CMatrix::CMatrix | ( | size_t | row = 1 , |
|
size_t | col = 1 | |||
) | [inline] |
mrpt::math::CMatrix::CMatrix | ( | const CMatrixFloat & | m | ) | [inline] |
mrpt::math::CMatrix::CMatrix | ( | const CMatrixTemplateNumeric< double > & | m | ) | [inline] |
mrpt::math::CMatrix::CMatrix | ( | const mrpt::poses::CPose2D & | p | ) | [explicit] |
Constructor from a mrpt::poses::CPose2D, which generates a 3x1 matrix .
mrpt::math::CMatrix::CMatrix | ( | const mrpt::poses::CPose3D & | p | ) | [explicit] |
Constructor from a mrpt::poses::CPose6D, which generates a 6x1 matrix .
mrpt::math::CMatrix::CMatrix | ( | const mrpt::poses::CPoint2D & | p | ) | [explicit] |
Constructor from a mrpt::poses::CPoint2D, which generates a 2x1 matrix .
mrpt::math::CMatrix::CMatrix | ( | const mrpt::poses::CPoint3D & | p | ) | [explicit] |
Constructor from a mrpt::poses::CPoint3D, which generates a 3x1 matrix .
CMatrix& mrpt::math::CMatrix::operator= | ( | const CMatrixTemplateNumeric< double > & | m | ) | [inline] |
Assignment operator for double matrixes.
Definition at line 103 of file CMatrix.h.
References mrpt::math::CMatrixTemplate< T >::get_unsafe(), mrpt::math::CMatrixTemplate< T >::getColCount(), and mrpt::math::CMatrixTemplate< T >::getRowCount().
CMatrix& mrpt::math::CMatrix::operator= | ( | const CMatrixFloat & | m | ) | [inline] |
Assignment operator for float matrixes.
Reimplemented from mrpt::math::CMatrixTemplateNumeric< float >.
Definition at line 95 of file CMatrix.h.
References mrpt::math::CMatrixTemplateNumeric< float >::operator=().
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:14:51 EST 2009 |