Spline¶
- class lsst.afw.math.Spline¶
Bases:
pybind11_objectMethods Summary
derivative(self, arg0, arg1)interpolate(self, arg0, arg1)Methods Documentation
- derivative(self: lsst.afw.math.detail.Spline, arg0: List[float], arg1: List[float]) None¶
- interpolate(self: lsst.afw.math.detail.Spline, arg0: List[float], arg1: List[float]) None¶