multivar_horner icon indicating copy to clipboard operation
multivar_horner copied to clipboard

python package implementing a multivariate Horner scheme for efficiently evaluating multivariate polynomials

Results 13 multivar_horner issues
Sort by recently updated
recently updated
newest added

add new function (feature) to compute all optimal horner factorisations of a given polynomial. The existing A* search has to be adapted to not terminate once the first full factorisation...

enhancement

add option to improve naive representation by also compiling a recipe for evaluation. thereby avoid the unnecessary operations of the matrix representation factorise monomials (improved evaluation of monomials, reuse value)

enhancement

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.2.0 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies
python