miguelraz / OrthogonalPolynomials.jl

Other
6 stars 1 forks source link

Implement generated function to actually work #6

Open miguelraz opened 6 years ago

miguelraz commented 6 years ago

Current evaluation is suboptimal.

We are shooting for ~2 nanosecond evaluation and arbitrary order polynomial generation.

Looking for something that delivers this:

julia> L12(x) = a(Laguerre(12)); L12(.5)
-.2369...