bundles / scipy latest / scipy / interpolate / _bsplines / fpcheck
function
scipy.interpolate._bsplines:fpcheck
Signature
def fpcheck ( x , t , k , periodic = False ) Summary
Check consistency of data vector x and knot vector t.
Parameters
x: array_like, shape (m,)1D sorted array of data points.
t: array_like, shape (n,)1D non-decreasing knot vector.
k: intDegree of the spline.
periodic: bool, optionalWhether the spline is periodic. Default is False.
Raises
: ValueErrorIf the configuration of
x,t, andkviolates any required condition.
Aliases
-
scipy.interpolate._bsplines.fpcheck