bundles / scipy latest / scipy / interpolate / _rbfinterp_pythran / _build_evaluation_coefficients
built-in
scipy.interpolate._rbfinterp_pythran:_build_evaluation_coefficients
Summary
Construct the coefficients needed to evaluate the RBF.
Extended Summary
Supported prototypes:
_build_evaluation_coefficients(float[:,:], float[:,:], str, float, int64[:,:], float[:], float[:])
Parameters
x: (Q, N) float ndarrayEvaluation point coordinates.
y: (P, N) float ndarrayData point coordinates.
kernel: strName of the RBF.
epsilon: floatShape parameter.
powers: (R, N) int ndarrayThe exponents for each monomial in the polynomial.
shift: (N,) float ndarrayShifts the polynomial domain for numerical stability.
scale: (N,) float ndarrayScales the polynomial domain for numerical stability.
Returns
: (Q, P + R) float ndarray
Aliases
-
scipy.interpolate._rbfinterp_np._pythran_build_evaluation_coefficients