MikaelSlevinsky / SincFun.jl

Sinc numerical methods in Julia
Other
3 stars 0 forks source link

Calculus overrides #2

Open MikaelSlevinsky opened 9 years ago

MikaelSlevinsky commented 9 years ago

Calculus overrides for sincfuns could include sum, cumsum, norm, dot, diff, etc...

MikaelSlevinsky commented 9 years ago

This is solved with @9aef71a0d0b3d4ca64325e050afe3ce5148b7ad7, with the exception of diff. This seems to be a challenge at the moment.

MikaelSlevinsky commented 9 years ago

There is now preliminary support for the Hilbert transform of a sincfun with @5f735967db0f623d2022b773c2e12cd40a387e5e.

MikaelSlevinsky commented 8 years ago

I have not been able to do diff, which is funny, but disturbing...