multivar_horner
multivar_horner copied to clipboard
python package implementing a multivariate Horner scheme for efficiently evaluating multivariate polynomials
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...
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)
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)...