RJDennis / ChebyshevApprox.jl

A Julia package to approximate multivariate continuous functions using Chebyshev polynomials.
MIT License
29 stars 3 forks source link

Generated function for polynomial differentiation #6

Closed RJDennis closed 6 years ago

RJDennis commented 6 years ago

Rather than having specific routines for differentiating functions of different dimensions, we should use a generated function to handle all possible dimensions, just as is done for evaluating polynomials.

RJDennis commented 6 years ago

Done