Declared in module PySplines.CubicSplines
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)
General boundary condition class. Memeber functions modify the linear equation system according to the boundary condition.
GetLeftA(self, A, h)
GetRightA(self, A, h)
GetLeftg(self, g, a, h)
GetRightg(self, g, a, h)
GetLeftc(self, c, a, h)
GetRightc(self, c, a, h)