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
It would be nice to provide a knots(interpolation) function that returned an iterator over the knot locations, since for a variety of purposed (e.g. numerical integration) it is useful to know where the discontinuities are.
#227 is a much more ambitious approach to exposing knot information, I guess, but doesn't seem incompatible with having a simple knots(...) that returns an iterator.
It would be nice to provide a
knots(interpolation)
function that returned an iterator over the knot locations, since for a variety of purposed (e.g. numerical integration) it is useful to know where the discontinuities are.#227 is a much more ambitious approach to exposing knot information, I guess, but doesn't seem incompatible with having a simple
knots(...)
that returns an iterator.Implementation could be as simple as:
maybe?
The text was updated successfully, but these errors were encountered: