emsr / tr29124_test

C++ special math functions
GNU General Public License v3.0
17 stars 3 forks source link

Design a set of free functions which generate polynomials like exp_n, log, etc. #137

Open emsr opened 7 years ago

emsr commented 7 years ago

Design a set of free functions which generate polynomials like exp_n, log, etc. That will become the basis of a generating function capability. How does ADL work? You might want a polynomial fraction to turn into a ratpoly?

emsr commented 5 years ago

This is the beginning of autodiff, or automatic differentiation. This would also help with generators.