Table of contents Index

class FirstDerivA - Boundary condition.

Declared in module PySplines.CubicSplines

Inheritance hierarchy:

PySplines.CubicSplines.FirstDerivA
  PySplines.CubicSplines.COND_A
    PySplines.CubicSplines.COND

Synopsis

class FirstDerivA(COND_A):
    def Get_A(self, A, h)
    def Get_c(self, c, a, h)
    def Get_g(self, g, a, h)

    # Inherited from PySplines.CubicSplines.COND
    def Get_A(self, A, h)
    def Get_c(self, c, a, h)
    def Get_g(self, g, a, h)
    def __init__(self, value=0)

    # Inherited from PySplines.CubicSplines.COND_A

Description

Boundary condition for given first derivativs on the "A" side of the value range.


Author: Berthold H\366llmann
Version: 1.7