Main MRPT website > C++ reference for MRPT 1.4.0
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

bool BASE_IMPEXP mrpt::mrpt::math::isFinite ( float  v)
bool BASE_IMPEXP mrpt::mrpt::math::isFinite ( double  v)
bool BASE_IMPEXP mrpt::mrpt::math::isNaN ( float  v)
bool BASE_IMPEXP mrpt::mrpt::math::isNaN ( double  v)
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 43 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.11 for MRPT 1.4.0 SVN: at Sun Aug 14 23:58:29 UTC 2016