Classes | |
class | AccessorIterator |
Template class for matrix accessor's iterators. More... | |
struct | getVicinity |
This huge template encapsulates a function to get the vicinity of an element, with maximum genericity. More... | |
class | MatrixWrapper |
This template is a trick to switch the type of a variable using a boolean variable in the template. More... | |
class | MatrixWrapper< U, false > |
class | MatrixWrapper< U, true > |
class | ReverseAccessorIterator |
Template class for matrix accessor's iterators. More... | |
struct | TAuxResizer |
Internal resize which compiles to nothing on fixed-size matrices. More... | |
struct | TAuxResizer< MAT,-1 > |
class | VicinityTraits |
The purpose of this class is to model traits for containers, so that they can be used as return values for the function CMatrixTemplate::getVicinity. More... | |
class | VicinityTraits< CMatrixFixedNumeric< T, D, D > > |
Vicinity traits class specialization for fixed size matrices. More... | |
class | VicinityTraits< CMatrixTemplateNumeric< T > > |
Vicinity traits class specialization for fixed size matrices. More... | |
Functions | |
template<typename T , typename U , bool UIsObject, typename FunctionType > | |
void | applyFunction (CBinaryRelation< T, U, UIsObject > &o, FunctionType fun, size_t e1, size_t e2, const T &T1, const T &T2) |
template<typename T , typename U , bool UIsObject> | |
void | applyFunction (CBinaryRelation< T, U, UIsObject > &o, typename CBinaryRelation< T, U, UIsObject >::FunctionByReferencePass fun, size_t e1, size_t e2, const T &T1, const T &T2) |
Template specialization by reference type. | |
template<typename SCALAR > | |
double BASE_IMPEXP | internal_kmeans (const bool use_kmeansplusplus_method, const size_t nPoints, const size_t k, const size_t dims, const SCALAR *points, const size_t attempts, SCALAR *out_center, int *out_assignments) |
template<class LIST_OF_VECTORS1 , class LIST_OF_VECTORS2 > | |
double | stub_kmeans (const bool use_kmeansplusplus_method, const size_t k, const LIST_OF_VECTORS1 &points, std::vector< int > &assignments, LIST_OF_VECTORS2 *out_centers, const size_t attempts) |
TPoint2D BASE_IMPEXP | lightFromPose (const mrpt::poses::CPoint2D &p) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations) | |
TPoint3D BASE_IMPEXP | lightFromPose (const mrpt::poses::CPoint3D &p) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations) | |
TPose2D BASE_IMPEXP | lightFromPose (const mrpt::poses::CPose2D &p) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations) | |
TPose3D BASE_IMPEXP | lightFromPose (const mrpt::poses::CPose3D &p) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations) | |
TPose3DQuat BASE_IMPEXP | lightFromPose (const mrpt::poses::CPose3DQuat &p) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations) | |
template<class MATORG , class MATDEST > | |
void | extractMatrix (const MATORG &M, const size_t first_row, const size_t first_col, MATDEST &outMat) |
Extract a submatrix - The output matrix must be set to the required size before call. | |
|
inline |
Definition at line 411 of file CBinaryRelation.h.
References mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationValue().
|
inline |
Template specialization by reference type.
Definition at line 417 of file CBinaryRelation.h.
References mrpt::math::CBinaryRelation< T, U, UIsObject >::getRelationValue().
void mrpt::math::detail::extractMatrix | ( | const MATORG & | M, |
const size_t | first_row, | ||
const size_t | first_col, | ||
MATDEST & | outMat | ||
) |
Extract a submatrix - The output matrix must be set to the required size before call.
Definition at line 191 of file ops_matrices.h.
References ASSERT_BELOWEQ_.
Referenced by mrpt::math::CMatrixTemplate< T >::extractColumns(), and mrpt::math::CMatrixTemplate< T >::extractRows().
double BASE_IMPEXP mrpt::math::detail::internal_kmeans | ( | const bool | use_kmeansplusplus_method, |
const size_t | nPoints, | ||
const size_t | k, | ||
const size_t | dims, | ||
const SCALAR * | points, | ||
const size_t | attempts, | ||
SCALAR * | out_center, | ||
int * | out_assignments | ||
) |
Referenced by stub_kmeans().
TPoint2D BASE_IMPEXP mrpt::math::detail::lightFromPose | ( | const mrpt::poses::CPoint2D & | p | ) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations)
TPoint3D BASE_IMPEXP mrpt::math::detail::lightFromPose | ( | const mrpt::poses::CPoint3D & | p | ) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations)
TPose2D BASE_IMPEXP mrpt::math::detail::lightFromPose | ( | const mrpt::poses::CPose2D & | p | ) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations)
TPose3D BASE_IMPEXP mrpt::math::detail::lightFromPose | ( | const mrpt::poses::CPose3D & | p | ) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations)
TPose3DQuat BASE_IMPEXP mrpt::math::detail::lightFromPose | ( | const mrpt::poses::CPose3DQuat & | p | ) |
Convert a pose into a light-weight structure (functional form, needed for forward declarations)
double mrpt::math::detail::stub_kmeans | ( | const bool | use_kmeansplusplus_method, |
const size_t | k, | ||
const LIST_OF_VECTORS1 & | points, | ||
std::vector< int > & | assignments, | ||
LIST_OF_VECTORS2 * | out_centers, | ||
const size_t | attempts | ||
) |
Definition at line 35 of file kmeans.h.
References ASSERT_, ASSERTMSG_, internal_kmeans(), MRPT_END, MRPT_START, and MRPT_UNUSED_PARAM.
Referenced by mrpt::math::kmeans(), and mrpt::math::kmeanspp().
Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Fri Jan 20 02:28:26 UTC 2023 |