Open
Description
[```][https://juliamath.github.io/Interpolations.jl/stable/control/#Scaled-BSplines]
A_x = 1.:2.:40.
A = [log(x) for x in A_x]
itp = interpolate(A, BSpline(Cubic(Line(OnGrid()))))
sitp = scale(itp, A_x)
sitp(3.) # exactly log(3.)
sitp(3.5) # approximately log(3.5)
returns
20-element interpolate(OffsetArray(::Vector{Float64}, 0:21), BSpline(Cubic(Line(OnGrid())))) with element type Float64:
Error showing value of type Interpolations.BSplineInterpolation{Float64, 1, OffsetArrays.OffsetVector{Float64, Vector{Float64}}, BSpline{Cubic{Line{OnGrid}}}, Tuple{Base.OneTo{Int64}}}:
ERROR: BoundsError: attempt to access Tuple{} at index [1]
Metadata
Metadata
Assignees
Labels
No labels