You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`extrapolate(itp, scheme)` adds extrapolation behavior to an interpolation object, according to the provided scheme.
11
15
@@ -21,7 +25,7 @@ You can also combine schemes in tuples. For example, the scheme `(Linear(), Flat
21
25
22
26
Finally, you can specify different extrapolation behavior in different direction. `((Linear(),Flat()), Flat())` will extrapolate linearly in the first dimension if the index is too small, but use constant etrapolation if it is too large, and always use constant extrapolation in the second dimension.
0 commit comments