Thanks. I need to pass a set of orthogonal functions and coefficients into 
my routines. So I want to know the best practice in Julia to do this.

On Wednesday, April 20, 2016 at 12:51:47 AM UTC-7, David P. Sanders wrote:
>
> If this is your actual use case, then I suggest checking out the 
> Polynomials.jl package. 
>
> In particular, there is a more efficient algorithm (Horner's algorithm) 
> that you can use to actually evaluate such a function. 
>

Reply via email to