Searched defs:polynomial (Results 1 – 7 of 7) sorted by relevance
283 class polynomial class291 polynomial(){} in polynomial() function in boost::math::tools::polynomial294 polynomial(const U* data, unsigned order) in polynomial() function in boost::math::tools::polynomial301 polynomial(I first, I last) in polynomial() function in boost::math::tools::polynomial308 polynomial(std::vector<T>&& p) : m_data(std::move(p)) in polynomial() function in boost::math::tools::polynomial315 …explicit polynomial(const U& point, typename boost::enable_if<boost::is_convertible<U, T> >::type*… in polynomial() function in boost::math::tools::polynomial323 polynomial(polynomial&& p) BOOST_NOEXCEPT in polynomial() function in boost::math::tools::polynomial328 polynomial(const polynomial& p) in polynomial() function in boost::math::tools::polynomial332 polynomial(const polynomial<U>& p) in polynomial() function in boost::math::tools::polynomial342 …explicit polynomial(const Range& r, typename boost::enable_if<boost::math::tools::detail::is_const… in polynomial() function in boost::math::tools::polynomial[all …]
37 static value_type polynomial(std::size_t n) in polynomial() function
45 static value_type polynomial(std::size_t n) in polynomial() function
278 class polynomial class282 polynomial() : _size(0) {} in polynomial() function in boost::random::detail::polynomial
19 std::function<double(double)> polynomial) { in estimate_polynomial_roots()
310 static uint64_t polynomial = 0x9a6c9329ac4bc9b5ULL; in crc64() local
1435 const ImU32 polynomial = 0xEDB88320; in ImHash() local