Home
last modified time | relevance | path

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

/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp145 return m_max_error; in max_error()
175 T m_max_error; // Maximum error found in last approximation. member in boost::math::tools::remez_minimax
263 m_max_error = 0; in init_chebyshev()
270 if(rel_err > m_max_error) in init_chebyshev()
272 m_max_error = fabs(r.second); in init_chebyshev()
301 m_max_error = 0; in reset()
314 m_max_error = 0; in reset()
371 m_max_error = 0; in reset()
375 m_max_error = 0; in reset()
585 m_max_error = 0; in iterate()
[all …]