mrpt::math::CMatrix Class Reference
This class is a "CSerializable" wrapper for "CMatrixFloat".
More...
#include <mrpt/math/CMatrix.h>
List of all members.
Detailed Description
This class is a "CSerializable" wrapper for "CMatrixFloat".
Definition at line 48 of file CMatrix.h.
Constructor & Destructor Documentation
| mrpt::math::CMatrix::CMatrix |
( |
|
) |
[inline] |
| mrpt::math::CMatrix::CMatrix |
( |
size_t |
row, |
|
|
size_t |
col | |
|
) |
| | [inline] |
| mrpt::math::CMatrix::CMatrix |
( |
const CMatrixFloat & |
m |
) |
[inline] |
Copy constructor.
Definition at line 63 of file CMatrix.h.
Copy constructor.
Definition at line 68 of file CMatrix.h.
| mrpt::math::CMatrix::CMatrix |
( |
const TPose2D & |
p |
) |
[inline, explicit] |
Constructor from a TPose2D, which generates a 3x1 matrix
.
Definition at line 75 of file CMatrix.h.
| mrpt::math::CMatrix::CMatrix |
( |
const TPose3D & |
p |
) |
[inline, explicit] |
Constructor from a mrpt::poses::CPose6D, which generates a 6x1 matrix
.
Definition at line 79 of file CMatrix.h.
| mrpt::math::CMatrix::CMatrix |
( |
const TPoint2D & |
p |
) |
[inline, explicit] |
Constructor from a TPoint2D, which generates a 2x1 matrix
.
Definition at line 83 of file CMatrix.h.
| mrpt::math::CMatrix::CMatrix |
( |
const TPoint3D & |
p |
) |
[inline, explicit] |
Constructor from a TPoint3D, which generates a 3x1 matrix
.
Definition at line 87 of file CMatrix.h.
Member Function Documentation
template<class OTHERMAT >
| CMatrix& mrpt::math::CMatrix::operator= |
( |
const OTHERMAT & |
m |
) |
[inline] |