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

ndarray.std(axis=None, dtype=None, out=None, ddof=0, keepdims=False) Returns the standard deviation of the array elements along

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

matrix.view(dtype=None, type=None) New view of array with the same data.

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

matrix.ravel(order='C')

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

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

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

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

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

numpy.ma.apply_along_axis(func1d, axis, arr, *args, **kwargs)

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

ndarray.nbytes Total bytes consumed by the elements of the array. Notes Does not include

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

recarray.view(dtype=None, type=None) New view of array with the same data.

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

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

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

numpy.polynomial.legendre.legtrim(c, tol=0)

2025-01-10 15:47:30