numpy.arctanh()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.arctanh(x[, out]) = Inverse hyperbolic tangent element-wise.

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

numpy.ma.diag(v, k=0)

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

numpy.core.defchararray.asarray(obj, itemsize=None, unicode=None, order=None)

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

numpy.arccosh(x[, out]) = Inverse hyperbolic cosine, element-wise.

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

numpy.greater_equal(x1, x2[, out]) = Return the truth value of (x1 >= x2) element-wise.

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

Chebyshev.linspace(n=100, domain=None)

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

numpy.ma.getmask(a)

2025-01-10 15:47:30
MaskedArray.put()
  • References/Python/NumPy/Array objects/Masked arrays/Constants of the numpy.ma module

MaskedArray.put(indices, values, mode='raise')

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

matrix.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element (i[0]

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

matrix.flat A 1-D iterator over the array. This is a

2025-01-10 15:47:30