Go to the source code of this file.
◆ EIGEN_MATRIX_IS_APPROX
      
        
          | #define EIGEN_MATRIX_IS_APPROX | ( |  | Va, | 
        
          |  |  |  | Vb, | 
        
          |  |  |  | precision | 
        
          |  | ) |  |  | 
      
 
Value:  BOOST_CHECK_MESSAGE(                                                                             \
    (Va).
isApprox(Vb, precision), 
"check " #Va 
".isApprox(" #Vb 
") failed "                        \
                                  "[\n"                                                            \
                                    << (Va) << "\n!=\n"                                            \
                                    << (Vb) << "\n]")
Definition at line 26 of file liegroups.cpp.
 
 
◆ EIGEN_VECTOR_IS_APPROX
      
        
          | #define EIGEN_VECTOR_IS_APPROX | ( |  | Va, | 
        
          |  |  |  | Vb, | 
        
          |  |  |  | precision | 
        
          |  | ) |  |  | 
      
 
Value:  BOOST_CHECK_MESSAGE(                                                                             \
    (Va).
isApprox(Vb, precision), 
"check " #Va 
".isApprox(" #Vb 
") failed "                        \
                                  "[\n"                                                            \
                                    << (Va).transpose() << "\n!=\n"                                \
                                    << (Vb).transpose() << "\n]")
Definition at line 20 of file liegroups.cpp.
 
 
◆ IFVERBOSE
◆ VERBOSE
◆ BOOST_AUTO_TEST_CASE() [1/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | dIntegrateTransport |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [2/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | Jdifference |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [3/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | Jintegrate |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [4/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | Jintegrate_Jdifference |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [5/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | JintegrateCoeffWise |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [6/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | small_distance_test |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [7/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_all |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [8/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_dim_computation |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [9/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_liegroup_variant |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [10/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_liegroup_variant_comparison |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [11/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_size |  | ) |  | 
      
 
 
◆ BOOST_AUTO_TEST_CASE() [12/12]
      
        
          | BOOST_AUTO_TEST_CASE | ( | test_vector_space |  | ) |  | 
      
 
 
◆ test_lie_group_methods()
template<typename T > 
      
        
          | void test_lie_group_methods | ( | T & | jmodel, | 
        
          |  |  | typename T::JointDataDerived & |  | 
        
          |  | ) |  |  | 
      
 
 
◆ test_liegroup_variant_equal()
template<typename Lg1 , typename Lg2 > 
      
        
          | void test_liegroup_variant_equal | ( | Lg1 | lg1, | 
        
          |  |  | Lg2 | lg2 | 
        
          |  | ) |  |  | 
      
 
 
◆ test_liegroup_variant_not_equal()
template<typename Lg1 , typename Lg2 > 
      
        
          | void test_liegroup_variant_not_equal | ( | Lg1 | lg1, | 
        
          |  |  | Lg2 | lg2 | 
        
          |  | ) |  |  |