MikaelSlevinsky / SincFun.jl

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

Exotic singularities #13

Open MikaelSlevinsky opened 8 years ago

MikaelSlevinsky commented 8 years ago

SemiInfinite1 could have a Gauss-Laguerre type singularity at the origin, i.e. x^alpha exp(-x).

Infinite2 could have a generalized Hermite weight, i.e. |x|^alpha exp(-|x|^beta).

Also, the SemiInfinite1/2 domains could have a non-zero endpoint and an orientation to do (a,inf) or (-inf,a).