bundles / scipy latest / scipy / integrate / _bvp / create_spline
function
scipy.integrate._bvp:create_spline
source: /scipy/integrate/_bvp.py :579
Signature
def create_spline ( y , yp , x , h ) Summary
Create a cubic spline given values and derivatives.
Extended Summary
Formulas for the coefficients are taken from interpolate.CubicSpline.
Returns
sol: PPolyConstructed spline as a PPoly instance.
Aliases
-
scipy.integrate._bvp.create_spline