wisdem.commonse.utilities.CubicSplineSegment

class wisdem.commonse.utilities.CubicSplineSegment(x1, x2, f1, f2, g1, g2)[source]

cubic splines and the their derivatives with with respect to the variables and the parameters

Methods

eval

eval_deriv

eval_deriv_params

__init__(x1, x2, f1, f2, g1, g2)[source]

Methods

__init__(x1, x2, f1, f2, g1, g2)

eval(x)

eval_deriv(x)

eval_deriv_params(xvec, dx1, dx2, df1, df2, ...)