mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-15 15:00:30 +08:00
d721c8eb3d
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)