pyinduct / pyinduct

Python based toolbox for infinite dimensional boundary controlled systems
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

Use eval hints in back_project_from_base #103

Open cklb opened 4 years ago

cklb commented 4 years ago

As for power series approximations, the standard summation scheme leads to numerical problems for higher approximation orders. If a Power Approximation class would provide an efficient evaluation scheme (Horner) it could be used here if this method would notice a custom eval hint.

cklb commented 4 years ago

Also, the exception message of back project from base contains a typo.