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

allow multi coefficient polynomials #21

Open
jannikmi opened this issue Jan 28, 2021 · 0 comments
Open

allow multi coefficient polynomials #21

jannikmi opened this issue Jan 28, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jannikmi
Copy link
Owner

a user might want to represent and evaluate multiple polynomials (different coefficients) with the same properties.
This is useful e.g. for gradients (= partial derivative polynomial for each dimension)!
add support for 2D coefficient arrays and adjust Numba jit compilation.
then the gradient can be returned as a single polynomial with the same exponents but 2D coefficients or multiple distinct polynomials with smaller exponent matrices.
The naivel canonical polynomial evaluation for 2D coefficient arrays can benefit from reusing intermediary results.
If someone wants to work on this let me know here. I have example code ready for this already.

@jannikmi jannikmi added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant