Spline

class lsst.afw.math.Spline

Bases: pybind11_object

Methods Summary

derivative(self, arg0, arg1)

interpolate(self, arg0, arg1)

Methods Documentation

derivative(self: lsst.afw.math.detail.Spline, arg0: collections.abc.Sequence[SupportsFloat], arg1: collections.abc.Sequence[SupportsFloat]) None
interpolate(self: lsst.afw.math.detail.Spline, arg0: collections.abc.Sequence[SupportsFloat], arg1: collections.abc.Sequence[SupportsFloat]) None