MikaelSlevinsky / FastTransforms

:bullettrain_front: Fast orthogonal polynomial transforms :surfer:
MIT License
58 stars 9 forks source link

add Dunkl-Xu polynomials #59

Closed MikaelSlevinsky closed 3 years ago

MikaelSlevinsky commented 3 years ago

@dlfivefifty @ikaroruan

I haven't added the SIMD yet, but they're already a bit faster than using Zernike at low degree because of the symmetries that reduce the number of Givens rotations required and also the square layout of the coefficients is more friendly on the cache I think.

dlfivefifty commented 3 years ago

Awesome! @MarcoFasondini @tsgut