Home
last modified time | relevance | path

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

/third_party/boost/libs/math/example/
Ddaubechies_coefficients.cpp158 std::vector<Complex> chosen_roots(p-1); in daubechies_coefficients() local
163 chosen_roots[i] = Qroots[i].first; in daubechies_coefficients()
168 chosen_roots[i] = Qroots[i].second; in daubechies_coefficients()
175 Complex ak = chosen_roots[i]; in daubechies_coefficients()
/third_party/boost/libs/math/example/daubechies_wavelets/
Ddaubechies_coefficients.cpp166 std::vector<Complex> chosen_roots(p-1); in daubechies_coefficients() local
171 chosen_roots[i] = Qroots[i].first; in daubechies_coefficients()
176 chosen_roots[i] = Qroots[i].second; in daubechies_coefficients()
183 Complex ak = chosen_roots[i]; in daubechies_coefficients()