ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__getitem__ x.__getitem__(y) <==> x[y]

2025-01-10 15:47:30
numpy.trim_zeros()
  • References/Python/NumPy/Routines/Array manipulation routines

numpy.trim_zeros(filt, trim='fb')

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

numpy.degrees(x[, out]) = Convert angles from radians to degrees.

2025-01-10 15:47:30
chararray.swapaxes()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.swapaxes(axis1, axis2) Return a view of the array with axis1 and axis2

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

numpy.ma.diag(v, k=0)

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

numpy.polynomial.legendre.leggrid3d(x, y, z, c)

2025-01-10 15:47:30
numpy.array_repr()
  • References/Python/NumPy/Routines/Input and output

numpy.array_repr(arr, max_line_width=None, precision=None, suppress_small=None)

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

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

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

recarray.mean(axis=None, dtype=None, out=None, keepdims=False) Returns the average of the array elements along given axis

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

ndarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to

2025-01-10 15:47:30