We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0255ad8 commit 4166845Copy full SHA for 4166845
src/b-splines/indexing.jl
@@ -3,7 +3,9 @@ using Base.Cartesian
3
import Base.getindex
4
5
function getindex_impl{T,N,TCoefs,IT<:BSpline,GT<:GridType,Pad}(itp::Type{BSplineInterpolation{T,N,TCoefs,IT,GT,Pad}})
6
+ meta = Expr(:meta, :inline)
7
quote
8
+ $meta
9
@nexprs $N d->(x_d = xs[d])
10
11
# Calculate the indices of all coefficients that will be used
0 commit comments