Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the dot product passed to frequency analysis to be a templated functor #2670

Merged
merged 7 commits into from
Aug 11, 2020

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Aug 10, 2020

This makes it usable for dot products between any kind of functions in the implementation. This in turns makes it possible to project a function of any degree on a basis of any degree (the test projects a function of degree 4 to bases of degrees 3, 4, and 5).

Fix a few places where polynomials were not converted to a higher degree.

Yet another contribution to #2400.

@eggrobin eggrobin added the LGTM label Aug 11, 2020
@pleroy pleroy merged commit d102b2a into mockingbirdnest:master Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants