chararray.shape
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.shape Tuple of array dimensions. Notes May be used to ?reshape

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

ndarray.ndim Number of array dimensions. Examples >>>

2025-01-10 15:47:30
numpy.frexp()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.frexp(x[, out1, out2]) = Decompose the elements of x into mantissa and twos exponent. Returns (mantissa

2025-01-10 15:47:30
numpy.rint()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.rint(x[, out]) = Round elements of the array to the nearest integer.

2025-01-10 15:47:30
numpy.ma.std()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.std(self, axis=None, dtype=None, out=None, ddof=0) = Compute the standard deviation along the specified axis. Returns

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

Polynomial.has_samecoef(other)

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

record.argmax() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and

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

numpy.polynomial.legendre.legval2d(x, y, c)

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

MaskedArray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset

2025-01-10 15:47:30
generic.
  • References/Python/NumPy/Array objects/Scalars

generic.__array_struct__ Array protocol: struct

2025-01-10 15:47:30