+
    /i                     $    ^ RI Ht ^ RIHt R tR# )    )combinations_with_replacement)combc                @   \        W,           V 4      p\        V4       Uu. uF  p^ .V ,          NK  	  pp^ p\        V^,           4       FL  p\        \        V 4      V4       F0  pV F  pWE,          V;;,          ^,          uu&   K   	  V^,          pK2  	  KN  	  V# u upi )a,  Return the powers for each monomial in a polynomial.

Parameters
----------
ndim : int
    Number of variables in the polynomial.
degree : int
    Degree of the polynomial.

Returns
-------
(nmonos, ndim) int ndarray
    Array where each row contains the powers for each variable in a
    monomial.

)r   ranger   )	ndimdegreenmonos_outcountdegmonovars	   &&       a/var/www/html/photoedit/myenv/lib/python3.14/site-packages/scipy/interpolate/_rbfinterp_common.py_monomial_powers_implr      s    " &-&F"6]
+]A3t88]C
+EVaZ 1%+sCD 
31$ QJE D ! J ,s   BN)	itertoolsr   mathr   r        r   <module>r      s    3 r   