numpy.core.defchararray.swapcase()
  • References/Python/NumPy/Routines/String operations

numpy.core.defchararray.swapcase(a)

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

numpy.log10(x[, out]) = Return the base 10 logarithm of the input array, element-wise.

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

chararray.reshape(shape, order='C') Returns an array containing the same data with a new shape.

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

numpy.polynomial.laguerre.lagval(x, c, tensor=True)

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

chararray.data Python buffer object pointing to the start of the array?s data.

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

classmethod HermiteE.cast(series, domain=None, window=None)

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

Chebyshev.convert(domain=None, kind=None, window=None)

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

MaskedArray.flatten(order='C')

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

numpy.polynomial.chebyshev.chebvander(x, deg)

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

chararray.join(seq)

2025-01-10 15:47:30