#include <gtest/gtest.h>#include <pcl/point_types.h>#include <pcl/common/eigen.h>#include "boost.h"
Go to the source code of this file.
Functions | |
| template<class Matrix > | |
| void | generateSymPosMatrix2x2 (Matrix &matrix) |
| template<class Matrix > | |
| void | generateSymPosMatrix3x3 (Matrix &matrix) |
| int | main (int argc, char **argv) |
| boost::variate_generator < boost::mt19937, boost::uniform_real< double > > | rand_double (boost::mt19937(), boost::uniform_real< double >(0, 1)) |
| boost::variate_generator < boost::mt19937, boost::uniform_int< unsigned > > | rand_uint (boost::mt19937(), boost::uniform_int< unsigned >(0, 100)) |
| TEST (PCL, InverseGeneral3x3f) | |
| TEST (PCL, InverseGeneral3x3d) | |
| TEST (PCL, InverseSymmetric3x3f) | |
| TEST (PCL, InverseSymmetric3x3d) | |
| TEST (PCL, Inverse2x2f) | |
| TEST (PCL, Inverse2x2d) | |
| TEST (PCL, eigen22d) | |
| TEST (PCL, eigen22f) | |
| TEST (PCL, eigen33d) | |
| TEST (PCL, eigen33f) | |
| void generateSymPosMatrix2x2 | ( | Matrix & | matrix | ) | [inline] |
Definition at line 423 of file test_eigen.cpp.
| void generateSymPosMatrix3x3 | ( | Matrix & | matrix | ) | [inline] |
Definition at line 585 of file test_eigen.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 804 of file test_eigen.cpp.
| boost::variate_generator< boost::mt19937, boost::uniform_real<double> > rand_double | ( | boost:: | mt19937(), |
| boost::uniform_real< double > | 0, 1 | ||
| ) |
| boost::variate_generator< boost::mt19937, boost::uniform_int<unsigned> > rand_uint | ( | boost:: | mt19937(), |
| boost::uniform_int< unsigned > | 0, 100 | ||
| ) |
| TEST | ( | PCL | , |
| InverseGeneral3x3f | |||
| ) |
Definition at line 52 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| InverseGeneral3x3d | |||
| ) |
Definition at line 112 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| InverseSymmetric3x3f | |||
| ) |
Definition at line 172 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| InverseSymmetric3x3d | |||
| ) |
Definition at line 238 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| Inverse2x2f | |||
| ) |
Definition at line 305 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| Inverse2x2d | |||
| ) |
Definition at line 364 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| eigen22d | |||
| ) |
Definition at line 465 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| eigen22f | |||
| ) |
Definition at line 524 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| eigen33d | |||
| ) |
Definition at line 664 of file test_eigen.cpp.
| TEST | ( | PCL | , |
| eigen33f | |||
| ) |
Definition at line 725 of file test_eigen.cpp.