openfheorg / openfhe-development

This is the development repository for the OpenFHE library. The current (stable) version is v1.2.1 (released on September 10, 2024).
BSD 2-Clause "Simplified" License
724 stars 188 forks source link

Optimize polynomial evaluation #771

Open andreea-alexandru opened 4 months ago

andreea-alexandru commented 4 months ago

There are many places in EvalChebyshevPS/EvalPolyPS and InnerEvalChebyshevPS/InnerEvalPolyPS where fewer copies should be made and the code streamlined.