numpy.ma.reshape()
  • References/Python/NumPy/Routines/Masked array operations

numpy.ma.reshape(a, new_shape, order='C')

2025-01-10 15:47:30
numpy.min_scalar_type()
  • References/Python/NumPy/Routines/Data type routines

numpy.min_scalar_type(a) For scalar a, returns the data type with the smallest size and smallest scalar

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

numpy.all(a, axis=None, out=None, keepdims=False)

2025-01-10 15:47:30
Hermite.truncate()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

Hermite.truncate(size)

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

New in version 1.4.0. This module provides a number of objects (mostly functions) useful for dealing with Polynomial series

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

chararray.splitlines(keepends=None)

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

chararray.isspace()

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

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

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

recarray.argsort(axis=-1, kind='quicksort', order=None) Returns the indices that would sort this array. Refer to

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

RandomState.randint(low, high=None, size=None, dtype='l') Return random integers from low (inclusive)

2025-01-10 15:47:30