Home
last modified time | relevance | path

Searched refs:max_range_f (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Droots.hpp264 T max_range_f = 0; in newton_raphson_iterate() local
332 max_range_f = f0; in newton_raphson_iterate()
342 if (max_range_f * min_range_f > 0) in newton_raphson_iterate()
551 T max_range_f = 0; in second_order_root_finder() local
681 max_range_f = f0; in second_order_root_finder()
691 if (max_range_f * min_range_f > 0) in second_order_root_finder()