Home
last modified time | relevance | path

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

/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp153 --orderN; in rotate()
177 unsigned orderN; // Order of the numerator polynomial. member in boost::math::tools::remez_minimax
203 unsigned terms = pinned ? orderD + orderN : orderD + orderN + 1; in init_chebyshev()
231 unsigned offsetD = offsetN + orderN; in init_chebyshev()
232 unsigned maxorder = (std::max)(orderN, orderD); in init_chebyshev()
241 if(j < orderN) in init_chebyshev()
294 orderN = oN; in reset()
302 unknowns = orderN + orderD + (pinned ? 1 : 2); in reset()
364 orderN = oN; in reset()
372 unknowns = orderN + orderD + (pinned ? 1 : 2); in reset()
[all …]
/third_party/boost/libs/math/minimax/
Dmain.cpp39 int orderN(3); variable
86 orderN, orderD, in step_some()
562 … str_p("order")[assign_a(started, false)] && uint_p[assign_a(orderN)] && uint_p[assign_a(orderD)] in BOOST_AUTO_TEST_CASE()
564 str_p("order")[assign_a(started, false)] && uint_p[assign_a(orderN)] in BOOST_AUTO_TEST_CASE()
634 std::cout << "Order (Num/Denom) = " << orderN << "/" << orderD << std::endl; in BOOST_AUTO_TEST_CASE()