-
Notifications
You must be signed in to change notification settings - Fork 244
Open
Description
This one really needs @NAThompson 's help.
Any ideas on obtaining meaningful tests for:
constexpr std::array<int, 20> r{ -1, -1, 18, 19, 16, 11, 8, 7, 7, 7, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3 }; |
and
return m_interpolator->double_prime(x); |
In daubechies_scaling.hpp?
And then similarly:
std::array<int, 20> r{ -1, -1, 18, 19, 16, 11, 8, 7, 7, 7, 5, 5, 4, 4, 4, 4, 3, 3, 3, 3 }; |
In daubechies_scaling.hpp.
Metadata
Metadata
Assignees
Labels
No labels