Declared in module PySplines.CubicSplines
PySplines.CubicSplines.CubicSplineWithGivenFirstDerivation
PySplines.CubicSplines.CubicSpline
bhoelHelper.CheckArgs.CheckArgs
class CubicSplineWithGivenFirstDerivation(CubicSpline): def __init__(self, *data, **kw) # Inherited from bhoelHelper.CheckArgs.CheckArgs def __init__(self, data, kw) # Inherited from PySplines.CubicSplines.CubicSpline def __call__(self, *data, **kw) def __init__(self, *data, **kw) def _ret_b(self) def _ret_c(self) def _ret_d(self) def _ret_h(self) def evaluate(self, val) def intersect(self, norm, dist)
None
Retruns a list of intersections