|
MRPT
1.9.9
|
#include <mrpt/math/poly_roots.h>#include <mrpt/core/format.h>#include <gtest/gtest.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, mrpt::format(), and mrpt::math::solve_poly2().
| TEST | ( | poly_roots | , |
| solve_poly3 | |||
| ) |
Definition at line 57 of file poly_roots_unittest.cpp.
References eps, mrpt::format(), and mrpt::math::solve_poly3().
| TEST | ( | poly_roots | , |
| solve_poly4 | |||
| ) |
Definition at line 94 of file poly_roots_unittest.cpp.
References eps, 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.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST |