Table of contents Index

class COND

Declared in module PySplines.CubicSplines

Synopsis

class 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)

Description

General boundary condition class. Memeber functions modify the linear equation system according to the boundary condition.

CubicSpline uses the member functions:

which are called in this order. The return value is always the whole array. This can be used to implement own conditions.
Author: Berthold H\366llmann
Version: 1.7