Declared in module PySplines.CubicSplines
PySplines.CubicSplines.NaturalA
PySplines.CubicSplines.COND_A
PySplines.CubicSplines.COND
class NaturalA(COND_A): def __init__(self) # 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
Boundary condition for a given second derivativs that equals 0 on either side of the value range.