bundles / scipy 1.17.1 / scipy / interpolate / _rbfinterp_common / _monomial_powers_impl
function
scipy.interpolate._rbfinterp_common:_monomial_powers_impl
Signature
def _monomial_powers_impl ( ndim , degree ) Summary
Return the powers for each monomial in a polynomial.
Parameters
ndim: intNumber of variables in the polynomial.
degree: intDegree of the polynomial.
Returns
: (nmonos, ndim) int ndarrayArray where each row contains the powers for each variable in a monomial.
Aliases
-
scipy.interpolate._rbfinterp_common._monomial_powers_impl