bundles / scipy 1.17.1 / scipy / interpolate / _rbfinterp_np / _build_and_solve_system
function
scipy.interpolate._rbfinterp_np:_build_and_solve_system
Signature
def _build_and_solve_system ( y , d , smoothing , kernel , epsilon , powers , xp ) Summary
Build and solve the RBF interpolation system of equations.
Parameters
y: (P, N) float ndarrayData point coordinates.
d: (P, S) float ndarrayData values at
y.smoothing: (P,) float ndarraySmoothing parameter for each data point.
kernel: strName of the RBF.
epsilon: floatShape parameter.
powers: (R, N) int ndarrayThe exponents for each monomial in the polynomial.
Returns
coeffs: (P + R, S) float ndarrayCoefficients for each RBF and monomial.
shift: (N,) float ndarrayDomain shift used to create the polynomial matrix.
scale: (N,) float ndarrayDomain scaling used to create the polynomial matrix.
Aliases
-
scipy.interpolate._rbfinterp_np._build_and_solve_system