Search
Search Results
Search finished, found 16 page(s) matching the search query.
- numpy.full_like
...NumPy reference Routines and objects by topic Array creation routines numpy.full_like...
- numpy.full_like (Python function, in numpy.full_like)
- NumPy 1.17.0 Release Notes
...shape without initializing the new entries. empty_like and related functions now accept a shape argument empty_like, full_like, ones_like and zeros_like now accept a shape keyword argument, which can be used to create a new array as the...
- NumPy 1.8.0 Release Notes
...partial sorting via selection for fast median. New, nanmean, nanvar, and nanstd functions skipping NaNs. New, full and full_like functions to create value initialized arrays. New, PyUFunc_RegisterLoopForDescr, better ufunc support for user...
- NumPy 2.0.0 Release Notes
...ompatibility. Additionally, device keyword-only arguments were added to: asarray, arange, empty, empty_like, eye, full, full_like, linspace, ones, ones_like, zeros, and zeros_like. For all these new arguments, only device="cpu" is supported...
- NumPy 2.1.0 Release Notes
...0), casting="safe") raises. Previously, NumPy checked whether the 100 fits the int8_arr. This aligns copyto, full, and full_like with the correct NumPy 2 behavior. (gh-27091)...
- numpy.array
...eturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled with value. emptyReturn a new uninitialized array. onesReturn a...
- numpy.empty_like
...eturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled with value. emptyReturn a new uninitialized array. Notes Unli...
- numpy.full
...w in version 1.20.0. Returns: outndarrayArray of fill_value with the given shape, dtype, and order. See also full_likeReturn a new array with shape of input filled with value. emptyReturn a new uninitialized array. onesReturn a...
- numpy.full_like
...NumPy reference Routines and objects by topic Array creation routines numpy.full_like...
- numpy.ma.empty_like
...eturn an array of ones with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled with value. emptyReturn a new uninitialized array. Notes Unli...
- numpy.ma.masked_all_like
...s masked. Notes Unlike other masked array creation functions (e.g. numpy.ma.zeros_like, numpy.ma.ones_like, numpy.ma.full_like), masked_all_like does not initialize the values of the array, and may therefore be marginally faster. However...
- numpy.ma.ones_like
...eReturn an empty array with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled with value. onesReturn a new array setting values to one. Exa...
- numpy.ma.zeros_like
...ikeReturn an empty array with shape and type of input. ones_likeReturn an array of ones with shape and type of input. full_likeReturn a new array with shape of input filled with value. zerosReturn a new array setting values to zero. E...
- numpy.ones_like
...eReturn an empty array with shape and type of input. zeros_likeReturn an array of zeros with shape and type of input. full_likeReturn a new array with shape of input filled with value. onesReturn a new array setting values to one. Exa...
- numpy.zeros_like
...ikeReturn an empty array with shape and type of input. ones_likeReturn an array of ones with shape and type of input. full_likeReturn a new array with shape of input filled with value. zerosReturn a new array setting values to zero. E...