ACEsuit / Polynomials4ML.jl

Polynomials for ML: fast evaluation, batching, differentiation
MIT License
12 stars 5 forks source link

Chebyshev Basis #21

Closed cortner closed 1 year ago

cortner commented 1 year ago

We should add a classical chebyshev basis implementation which will be faster than the one with precomputed coefficients in some cases and there are several scenarios where we may prefer this.

cortner commented 1 year ago

closed by #40