Skip to content
#

polynomials

Here are 185 public repositories matching this topic...

jannikmi
jannikmi commented Jan 28, 2021

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

Abacus

Improve this page

Add a description, image, and links to the polynomials topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polynomials topic, visit your repo's landing page and select "manage topics."

Learn more