Hermite.basis()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

classmethod Hermite.basis(deg, domain=None, window=None)

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

chararray.swapcase()

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

numpy.eye(N, M=None, k=0, dtype=)

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

numpy.negative(x[, out]) = Numerical negative, element-wise.

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

numpy.testing.assert_raises_regex(exception_class, expected_regexp, callable_obj=None, *args, **kwargs)

2025-01-10 15:47:30
numpy.vectorize()
  • References/Python/NumPy/Routines/Functional programming

class numpy.vectorize(pyfunc, otypes='', doc=None, excluded=None, cache=False)

2025-01-10 15:47:30
numpy.extract()
  • References/Python/NumPy/Routines/Sorting, searching, and counting

numpy.extract(condition, arr)

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

numpy.moveaxis(a, source, destination)

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

numpy.ma.all(self, axis=None, out=None) = Check if all of the elements of a are true. Performs a logical_and

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

numpy.ma.masked_less(x, value, copy=True)

2025-01-10 15:47:30