Search
Search Results
Search finished, found 34 page(s) matching the search query.
- numpy.polynomial.polynomial.Polynomial.copy
...NumPy reference Routines and objects by topic Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.Polynomia...
- numpy.polynomial.chebyshev.Chebyshev.copy (Python method, in numpy.polynomial.chebyshev.Chebyshev.copy)
- numpy.polynomial.hermite.Hermite.copy (Python method, in numpy.polynomial.hermite.Hermite.copy)
- numpy.polynomial.hermite_e.HermiteE.copy (Python method, in numpy.polynomial.hermite_e.HermiteE.copy)
- numpy.polynomial.laguerre.Laguerre.copy (Python method, in numpy.polynomial.laguerre.Laguerre.copy)
- numpy.polynomial.legendre.Legendre.copy (Python method, in numpy.polynomial.legendre.Legendre.copy)
- numpy.polynomial.polynomial.Polynomial.copy (Python method, in numpy.polynomial.polynomial.Polynomial.copy)
numpy.polynomial
...NumPy reference NumPy’s module structure numpy.polynomial...
- Array creation
...copy() >>> b += 1 >>> print('a = ', a, 'b = ', b) a = [1 2 3 4] b = [2 3] For more information and examples look at Copies and Views. There are a number of routines to join existing arrays e.g. numpy.vstack, numpy.hstack, and numpy.bloc...
- NumPy 1.11.0 Release Notes
...riginal[:], then modifications to the data in one array will affect the data of the other but, because the mask will be copied during assignment operations, changes to the mask will remain local. A similar situation occurs when explicitly c...
- NumPy 1.12.0 Release Notes
...nterp(x, xp, fp) now allows the interpolated array fp to be complex and will interpolate at complex128 precision. New polynomial evaluation function polyvalfromroots added The new function polyvalfromroots evaluates a polynomial at given...
- NumPy 1.13.0 Release Notes
...if_overlap argument. If copy_if_overlap != 0, checks if input has memory overlap with any of the other arrays and make copies as appropriate to avoid problems if the input is modified during the iteration. See the documentation for more co...
- NumPy 1.14.0 Release Notes
...ror: pass C API changes PyPy compatible alternative to UPDATEIFCOPY arrays UPDATEIFCOPY arrays are contiguous copies of existing arrays, possibly with different dimensions, whose contents are copied back to the original array when...
- NumPy 1.16.0 Release Notes
...ing a deprecation cycle begun in NumPy 1.4. Use numpy.unique instead. multi-field indexing now returns views instead of copies, finishing a deprecation cycle begun in NumPy 1.7. The change was previously attempted in NumPy 1.14 but reverted...
- NumPy 1.24 Release Notes
...ld not be represented in the target dtype or when the target had object dtype. (gh-20924) Subarray to object cast now copies Casting a dtype that includes a subarray to an object will now ensure a copy of the subarray. Previously an unsa...
- NumPy 1.24.1 Release Notes
...arm + clang 13 about __builtin_mul_overflow #22858: API: Ensure a full mask is returned for masked_invalid #22866: BUG: Polynomials now copy properly (#22669) #22867: BUG, SIMD: Fix memory overlap in ufunc comparison loops #22868: BUG: Fort...
- NumPy 1.4.0 Release Notes
...cs The following ufuncs have been added to the C API: copysign - return the value of the first argument with the sign copied from the second argument. nextafter - return the next representable floating point value of the first argument to...
- NumPy 1.7.0 Release Notes
...thin a tolerance. Both relative and absolute tolerance can be specified. Preliminary multi-dimensional support in the polynomial package Axis keywords have been added to the integration and differentiation functions and a tensor keyword w...
- NumPy 1.9.0 Release Notes
...The diagonal and diag functions return readonly views. In NumPy 1.8, the diagonal and diag functions returned readonly copies, in NumPy 1.9 they return readonly views, and in 1.10 they will return writeable views. Special scalar float va...
- NumPy 2.0.0 Release Notes
...old behaviour can be reconstructed by using np.solve(a, b[..., None])[..., 0]. (gh-25914) Modified representation for Polynomial The representation method for Polynomial was updated to include the domain in the representation. The plain t...
- NumPy 2.1.0 Release Notes
...ate is stored in a python ContextVar, making the context manager thread and async-safe. (gh-26846) Type hinting numpy.polynomial Starting from the 2.1 release, PEP 484 type annotations have been included for the functions and convenience...
- numpy.polynomial.chebyshev.Chebyshev.copy
...NumPy reference Routines and objects by topic Polynomials Chebyshev Series (numpy.polynomial.chebyshev) numpy.polynomial.chebyshev.Chebysh...
- numpy.polynomial.chebyshev.Chebyshev.cutdeg
...NumPy reference Routines and objects by topic Polynomials Chebyshev Series (numpy.polynomial.chebyshev) numpy.polynomial.chebyshev.Chebysh...
- numpy.polynomial.hermite.Hermite.copy
...NumPy reference Routines and objects by topic Polynomials Hermite Series, “Physicists” (numpy.polynomial.hermite) numpy.polynomial.hermite...
- numpy.polynomial.hermite.Hermite.cutdeg
...NumPy reference Routines and objects by topic Polynomials Hermite Series, “Physicists” (numpy.polynomial.hermite) numpy.polynomial.hermite...
- numpy.polynomial.hermite_e.HermiteE.copy
...NumPy reference Routines and objects by topic Polynomials HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.he...
- numpy.polynomial.hermite_e.HermiteE.cutdeg
...NumPy reference Routines and objects by topic Polynomials HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.he...
- numpy.polynomial.laguerre.Laguerre.copy
...NumPy reference Routines and objects by topic Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.Laguerre...
- numpy.polynomial.laguerre.Laguerre.cutdeg
...NumPy reference Routines and objects by topic Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.Laguerre...
- numpy.polynomial.legendre.Legendre.copy
...NumPy reference Routines and objects by topic Polynomials Legendre Series (numpy.polynomial.legendre) numpy.polynomial.legendre.Legendre...
- numpy.polynomial.legendre.Legendre.cutdeg
...NumPy reference Routines and objects by topic Polynomials Legendre Series (numpy.polynomial.legendre) numpy.polynomial.legendre.Legendre...
- numpy.polynomial.polynomial.Polynomial.copy
...NumPy reference Routines and objects by topic Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.Polynomia...
- numpy.polynomial.polynomial.Polynomial.cutdeg
...NumPy reference Routines and objects by topic Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.Polynomia...
- numpy.polynomial.polyutils.as_series
...NumPy reference Routines and objects by topic Polynomials Polyutils numpy.polynomial.polyutils.as_series...