Table of contents Index

class CubicSplineWithGivenFirstDerivation

Declared in module PySplines.CubicSplines

Inheritance hierarchy:

PySplines.CubicSplines.CubicSplineWithGivenFirstDerivation
  PySplines.CubicSplines.CubicSpline
    bhoelHelper.CheckArgs.CheckArgs

Synopsis

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)

intersect(self, norm, dist)

None

Retruns a list of intersections


Author: Berthold H\366llmann
Version: 1.7