Skip to content

Commit af35e77

Browse files
authored
Merge pull request #410 from nandoconde/patch-2
Update `interpolate!` docstring
2 parents ec35013 + f4e7c4a commit af35e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/b-splines/b-splines.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ tcoef(A::AbstractArray{Float32}) = Float32
223223
tcoef(A::AbstractArray{Rational{Int}}) = Rational{Int}
224224
tcoef(A::AbstractArray{T}) where {T<:Integer} = typeof(float(zero(T)))
225225

226+
"In-place version of `interpolate`. It destroys input `A` and may trim the domain at the endpoints."
226227
function interpolate!(::Type{TWeights}, A::AbstractArray, it::IT) where {TWeights,IT<:DimSpec{BSpline}}
227228
# Set the bounds of the interpolant inward, if necessary
228229
axsA = axes(A)

0 commit comments

Comments
 (0)