PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Classes | |
class | SearchMinTest |
Functions | |
float | _linear_function (float x) |
float | _linear_function_flat (float x) |
float | _quadratic_function (float x) |
float _linear_function | ( | float | x | ) |
Definition at line 46 of file test_search_min.cpp.
Referenced by SearchMinTest::_init_inputs(), SearchMinTest::_init_inputs_flipped(), SearchMinTest::_init_inputs_negative(), SearchMinTest::_init_tol_larger_than_range(), and SearchMinTest::_init_tol_larger_than_range_flipped().
float _linear_function_flat | ( | float | x | ) |
Definition at line 54 of file test_search_min.cpp.
Referenced by SearchMinTest::_no_extremum().
float _quadratic_function | ( | float | x | ) |
Definition at line 60 of file test_search_min.cpp.
References f().
Referenced by SearchMinTest::_init_inputs(), SearchMinTest::_init_inputs_flipped(), SearchMinTest::_init_inputs_negative(), SearchMinTest::_init_tol_larger_than_range(), and SearchMinTest::_init_tol_larger_than_range_flipped().