Declared in module PySplines.CubicSplines
PySplines.CubicSplines.FirstDerivB
PySplines.CubicSplines.COND_B
PySplines.CubicSplines.COND
class FirstDerivB(COND_B): 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_B
Boundary condition for given first derivativs on the "B" side of the value range.