bundles / scipy 1.17.1 / scipy / interpolate / _cubic / CubicSpline / _validate_bc
staticmethod
scipy.interpolate._cubic:CubicSpline._validate_bc
Signature
staticmethod
def _validate_bc ( bc_type , y , expected_deriv_shape , axis ) Summary
Validate and prepare boundary conditions.
Returns
validated_bc: 2-tupleBoundary conditions for a curve start and end.
y: ndarrayy casted to complex dtype if one of the boundary conditions has complex dtype.
Aliases
-
scipy.interpolate.CubicSpline._validate_bc