Looks like it covers quite different functionality from Interpolations; in particular, inserting a new knot is not something supported by Interpolations.
1D has all kinds of things that don't generalize very well to n-dimensions, which is where Interpolations has focused its efforts. Best, --Tim On Saturday, March 05, 2016 04:38:33 AM [email protected] wrote: > Quite possibly I could. I wasn't aware of Interpolations.jl when I built > the splines library. > > Note: I have now released the splines package > (https://github.com/LewisHein/Splines.jl) and updated the install > instructions. So the MathGL package *should* install without problems now. > > Please let me know if there is anything more I haven't fixed > > On Saturday, March 5, 2016 at 3:09:38 AM UTC-7, Tomas Lycken wrote: > > Just guessing by the name, but it seems to me that you might be able to > > leverage Interpolations.jl to get rid of the dependency on Splines.jl. > > > > https://github.com/tlycken/Interpolations.jl > > > > // T
