JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
518 stars 110 forks source link

Incorrect boundary conditions for `Cubic{Free}` ? #594

Open CChapmanbird opened 3 months ago

CChapmanbird commented 3 months ago

I am not certain, but the boundary conditions for Cubic{Free} appear to be copy-pasted versions of the Cubic{Periodic} boundary conditions. They should probably be of similar form to the Quadratic{Free} boundary conditions.