Main MRPT website > C++ reference for MRPT 1.3.2
Functions
mrpt::mrpt::math Namespace Reference

Functions

bool BASE_IMPEXP isNaN (float v) MRPT_NO_THROWS
 
bool BASE_IMPEXP isNaN (double v) MRPT_NO_THROWS
 
bool BASE_IMPEXP isFinite (float v) MRPT_NO_THROWS
 
bool BASE_IMPEXP isFinite (double v) MRPT_NO_THROWS
 
template<class MATRIXLIKE >
size_t size (const MATRIXLIKE &m, int dim)
 

Function Documentation

§ isFinite() [1/2]

bool BASE_IMPEXP mrpt::mrpt::math::isFinite ( float  v)

§ isFinite() [2/2]

bool BASE_IMPEXP mrpt::mrpt::math::isFinite ( double  v)

§ isNaN() [1/2]

bool BASE_IMPEXP mrpt::mrpt::math::isNaN ( float  v)

§ isNaN() [2/2]

bool BASE_IMPEXP mrpt::mrpt::math::isNaN ( double  v)

§ size()

template<class MATRIXLIKE >
size_t mrpt::mrpt::math::size ( const MATRIXLIKE &  m,
int  dim 
)
inline

Returns the size of the matrix in the i'th dimension: 1=rows, 2=columns (MATLAB-compatible function)

Note
Template argument MATRIXLIKE can be: mrpt::math::CMatrixTemplate, mrpt::math::CMatrixTemplateNumeric, mrpt::math::CMatrixFixedNumeric

Definition at line 39 of file maps/CColouredPointsMap.h.

Referenced by mrpt::poses::CPoint< CPoint3D >::fromString(), mrpt::poses::CPose3DQuat::fromString(), mrpt::poses::CPose3DRotVec::fromString(), and mrpt::maps::CColouredPointsMap::getPCLPointCloudXYZRGB().




Page generated by Doxygen 1.8.12 for MRPT 1.3.2 SVN: at Thu Nov 10 13:46:27 UTC 2016