#include <mrpt/math/CMatrixTemplate.h>
#include <mrpt/math/matrix_adaptors.h>
#include <set>
#include <iterator>
#include <algorithm>
#include <utility>
 
Go to the source code of this file.
 | 
|    | mrpt | 
|   | This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
  | 
|   | 
|    | mrpt::math | 
|   | This base provides a set of functions for maths stuff. 
  | 
|   | 
|    | mrpt::math::detail | 
|   | 
 | 
| template<typename T , typename U , bool UIsObject, typename FunctionType >  | 
| void  | mrpt::math::detail::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  | mrpt::math::detail::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.  More...
  | 
|   |