/dports/devel/boost-docs/boost_1_72_0/boost/math/tools/ |
H A D | recurrence.hpp | 281 struct backward_recurrence_iterator struct 285 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() function 288 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() argument 296 backward_recurrence_iterator& operator++() in operator ++() argument 308 backward_recurrence_iterator operator++(int) in operator ++() argument 310 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/devel/hyperscan/boost_1_75_0/boost/math/tools/ |
H A D | recurrence.hpp | 282 struct backward_recurrence_iterator struct 286 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() argument 289 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() function 297 backward_recurrence_iterator& operator++() in operator ++() argument 309 backward_recurrence_iterator operator++(int) in operator ++() argument 311 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/devel/R-cran-BH/BH/inst/include/boost/math/tools/ |
H A D | recurrence.hpp | 278 struct backward_recurrence_iterator struct 282 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() function 285 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() argument 293 backward_recurrence_iterator& operator++() in operator ++() argument 305 backward_recurrence_iterator operator++(int) in operator ++() argument 307 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/tools/ |
H A D | recurrence.hpp | 282 struct backward_recurrence_iterator struct 286 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() function 289 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() argument 297 backward_recurrence_iterator& operator++() in operator ++() argument 309 backward_recurrence_iterator operator++(int) in operator ++() argument 311 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/tools/ |
H A D | recurrence.hpp | 282 struct backward_recurrence_iterator struct 286 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() argument 289 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() argument 297 backward_recurrence_iterator& operator++() in operator ++() argument 309 backward_recurrence_iterator operator++(int) in operator ++() argument 311 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/devel/boost-libs/boost_1_72_0/boost/math/tools/ |
H A D | recurrence.hpp | 281 struct backward_recurrence_iterator struct 285 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() function 288 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() function 296 backward_recurrence_iterator& operator++() in operator ++() argument 308 backward_recurrence_iterator operator++(int) in operator ++() argument 310 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/tools/ |
H A D | recurrence.hpp | 281 struct backward_recurrence_iterator struct 285 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n) in backward_recurrence_iterator() argument 288 backward_recurrence_iterator(const Recurrence& r, value_type f_n) in backward_recurrence_iterator() function 296 backward_recurrence_iterator& operator++() in operator ++() argument 308 backward_recurrence_iterator operator++(int) in operator ++() argument 310 backward_recurrence_iterator t(*this); in operator ++()
|
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/internals/ |
H A D | recurrence.qbk | 27 struct backward_recurrence_iterator; 147 struct backward_recurrence_iterator 151 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n); 152 backward_recurrence_iterator(const Recurrence& r, value_type f_n); 156 Type `backward_recurrence_iterator` defines a forward-iterator for a recurrence relation stable in …
|
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/internals/ |
H A D | recurrence.qbk | 27 struct backward_recurrence_iterator; 147 struct backward_recurrence_iterator 151 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n); 152 backward_recurrence_iterator(const Recurrence& r, value_type f_n); 156 Type `backward_recurrence_iterator` defines a forward-iterator for a recurrence relation stable in …
|
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/internals/ |
H A D | recurrence.qbk | 27 struct backward_recurrence_iterator; 147 struct backward_recurrence_iterator 151 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n); 152 backward_recurrence_iterator(const Recurrence& r, value_type f_n); 156 Type `backward_recurrence_iterator` defines a forward-iterator for a recurrence relation stable in …
|
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/internals/ |
H A D | recurrence.qbk | 27 struct backward_recurrence_iterator; 147 struct backward_recurrence_iterator 151 backward_recurrence_iterator(const Recurrence& r, value_type f_n_plus_1, value_type f_n); 152 backward_recurrence_iterator(const Recurrence& r, value_type f_n); 156 Type `backward_recurrence_iterator` defines a forward-iterator for a recurrence relation stable in …
|
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/ |
H A D | bessel_iterators.hpp | 86 boost::math::tools::backward_recurrence_iterator< detail::bessel_jy_recurrence<T> > it; 133 boost::math::tools::backward_recurrence_iterator< detail::bessel_ik_recurrence<T> > it;
|
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/ |
H A D | test_recurrence.cpp | 125 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it(coef, first, second… in test_spots() 140 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it2(bessel_jy_recurren… in test_spots()
|
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/ |
H A D | test_recurrence.cpp | 125 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it(coef, first, second… in test_spots() 140 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it2(bessel_jy_recurren… in test_spots()
|
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/ |
H A D | test_recurrence.cpp | 125 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it(coef, first, second… in test_spots() 140 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it2(bessel_jy_recurren… in test_spots()
|
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/ |
H A D | test_recurrence.cpp | 125 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it(coef, first, second… in test_spots() 140 …boost::math::tools::backward_recurrence_iterator< bessel_jy_recurrence<T> > it2(bessel_jy_recurren… in test_spots()
|