numpy.core.defchararray.array()
  • References/Python/NumPy/Routines/Array creation routines

numpy.core.defchararray.array(obj, itemsize=None, copy=True, unicode=None, order=None)

2025-01-10 15:47:30
ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__deepcopy__() ? Deep copy of array. Used if copy.deepcopy is called on an array.

2025-01-10 15:47:30
matrix.size
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the

2025-01-10 15:47:30
dtype.hasobject
  • References/Python/NumPy/Routines/Data type routines/numpy.dtype

dtype.hasobject Boolean indicating whether this dtype contains any reference-counted objects in any fields or sub-dtypes

2025-01-10 15:47:30
MaskedArray.
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.__divmod__(y) <==> divmod(x, y)

2025-01-10 15:47:30
RandomState.standard_gamma()
  • References/Python/NumPy/Routines/Random sampling

RandomState.standard_gamma(shape, size=None) Draw samples from a standard Gamma distribution. Samples

2025-01-10 15:47:30
matrix.newbyteorder()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.newbyteorder(new_order='S') Return the array with the same data viewed with a different byte order. Equivalent

2025-01-10 15:47:30
matrix.clip()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.clip(min=None, max=None, out=None) Return an array whose values are limited to [min, max]. One of max or

2025-01-10 15:47:30
Legendre.copy()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

Legendre.copy()

2025-01-10 15:47:30
matrix.setflags()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.setflags(write=None, align=None, uic=None) Set array flags WRITEABLE, ALIGNED, and UPDATEIFCOPY, respectively.

2025-01-10 15:47:30