InterpolatedUnivariateSplinewithUnits ===================================== .. currentmodule:: interpolated_coordinates.utils.spline .. autoclass:: InterpolatedUnivariateSplinewithUnits :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~InterpolatedUnivariateSplinewithUnits.x_unit ~InterpolatedUnivariateSplinewithUnits.y_unit .. rubric:: Methods Summary .. autosummary:: ~InterpolatedUnivariateSplinewithUnits.__call__ ~InterpolatedUnivariateSplinewithUnits.antiderivative ~InterpolatedUnivariateSplinewithUnits.derivative ~InterpolatedUnivariateSplinewithUnits.derivatives ~InterpolatedUnivariateSplinewithUnits.get_coeffs ~InterpolatedUnivariateSplinewithUnits.get_knots ~InterpolatedUnivariateSplinewithUnits.get_residual ~InterpolatedUnivariateSplinewithUnits.integral ~InterpolatedUnivariateSplinewithUnits.roots ~InterpolatedUnivariateSplinewithUnits.set_smoothing_factor ~InterpolatedUnivariateSplinewithUnits.validate_input .. rubric:: Attributes Documentation .. autoattribute:: x_unit .. autoattribute:: y_unit .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: antiderivative .. automethod:: derivative .. automethod:: derivatives .. automethod:: get_coeffs .. automethod:: get_knots .. automethod:: get_residual .. automethod:: integral .. automethod:: roots .. automethod:: set_smoothing_factor .. automethod:: validate_input