| 
    MRPT
    2.0.4
    
   | 
 
#include <gtest/gtest.h>#include <mrpt/core/format.h>#include <mrpt/math/poly_roots.h>#include <cmath>Go to the source code of this file.
Functions | |
| TEST (poly_roots, solve_poly2) | |
| TEST (poly_roots, solve_poly3) | |
| TEST (poly_roots, solve_poly4) | |
Variables | |
| const double | eps = 1e-9 | 
| TEST | ( | poly_roots | , | 
| solve_poly2 | |||
| ) | 
Definition at line 19 of file poly_roots_unittest.cpp.
References eps, EXPECT_EQ(), EXPECT_NEAR(), mrpt::format(), and mrpt::math::solve_poly2().
| TEST | ( | poly_roots | , | 
| solve_poly3 | |||
| ) | 
Definition at line 54 of file poly_roots_unittest.cpp.
References eps, EXPECT_EQ(), EXPECT_TRUE(), mrpt::format(), and mrpt::math::solve_poly3().
| TEST | ( | poly_roots | , | 
| solve_poly4 | |||
| ) | 
Definition at line 88 of file poly_roots_unittest.cpp.
References eps, EXPECT_EQ(), EXPECT_TRUE(), mrpt::format(), and mrpt::math::solve_poly4().
| const double eps = 1e-9 | 
Definition at line 17 of file poly_roots_unittest.cpp.
Referenced by TEST().
| Page generated by Doxygen 1.8.14 for MRPT 2.0.4 Git: 33de1d0ad Sat Jun 20 11:02:42 2020 +0200 at sáb jun 20 17:35:17 CEST 2020 |