File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# Knot Iteration
22
3- Given an ` AbstractInterpolation ` ` itp ` get an iterator over it's knots using
3+ Given an ` AbstractInterpolation ` ` itp ` get an iterator over its knots using
44` knots(itp) `
55
66``` julia
@@ -40,8 +40,7 @@ julia> size(kiter)
4040
4141## Extrapolated Knots
4242
43- Given an ` AbstractExtrapolation ` ` etp ` , ` knots(etp) ` will also iterate over the
44- the knots with the following behavior.
43+ Given an ` AbstractExtrapolation ` ` etp ` , ` knots(etp) ` will also iterate over the knots with the following behavior.
4544
4645- For ` Throw ` , ` Flat ` , ` Line ` iterate the knots once
4746- For ` Periodic ` and ` Reflect ` generate an infinite sequence of knots starting
@@ -151,7 +150,7 @@ julia> knots(etp) |> collect
151150
152151```
153152
154- Because some boundary conditions generate an infinite sequences of knots,
153+ Because some boundary conditions generate an infinite sequence of knots,
155154iteration over knots can end up "stuck" iterating along a single axis:
156155
157156``` jldoctest; setup = :(using Interpolations)
You can’t perform that action at this time.
0 commit comments