polynomial-evaluation
There are 5 repositories under polynomial-evaluation topic.
jannikmi/multivar_horner
python package implementing a multivariate Horner scheme for efficiently evaluating multivariate polynomials
irskid5/fhe_poly_eval
Evaluation of three parallel polynomial evaluation algorithms written for CUDA in C++ (Horner's method, Dorn's method, and Estrin's algorithm).
zackdillabough/PEPL-Compiler
This project is a compiler for a polynomial-evaluation programming language.
peetceenatoo/polyplot
speeding up polynomial evaluation, not much useful yet, though
FedericoStra/polyeval
Evaluate polynomials.