mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Functions PLib::EvalPolynomial and PLib::NoDerivativeEvalPolynomial are refactored to allow generation of faster code: 1. Iteration by degree is made in outer loop 2. Avoided pointer arithmetic 3. Recursive templates are used to expand loop by dimension in specific cases (1-15)