numpy.random.rand()
  • References/Python/NumPy/Routines/Random sampling

numpy.random.rand(d0, d1, ..., dn) Random values in a given shape. Create an array of the given shape and populate

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

chararray.isalpha()

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

MaskedArray.var(axis=None, dtype=None, out=None, ddof=0)

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

chararray.lower()

2025-01-10 15:47:30
ndindex.ndincr()
  • References/Python/NumPy/Routines/Indexing routines/numpy.ndindex

ndindex.ndincr()

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

chararray.nonzero() Return the indices of the elements that are non-zero. Refer to

2025-01-10 15:47:30
numpy.testing.assert_approx_equal()
  • References/Python/NumPy/Routines/Test Support

numpy.testing.assert_approx_equal(actual, desired, significant=7, err_msg='', verbose=True)

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

matrix.sum(axis=None, dtype=None, out=None)

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

numpy.ma.masked_object(x, value, copy=True, shrink=True)

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

numpy.polynomial.legendre.legdiv(c1, c2)

2025-01-10 15:47:30