bundles / scipy 1.17.1 / scipy / interpolate / _rbfinterp_xp / _build_evaluation_coefficients
function
scipy.interpolate._rbfinterp_xp:_build_evaluation_coefficients
Signature
def _build_evaluation_coefficients ( x , y , kernel , epsilon , powers , shift , scale , xp ) Summary
Construct the coefficients needed to evaluate the RBF.
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_xp._build_evaluation_coefficients