numpy.indices()
  • References/Python/NumPy/Routines/Indexing routines

numpy.indices(dimensions, dtype=)

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

numpy.conj(x[, out]) = Return the complex conjugate, element-wise. The complex conjugate of a complex number is obtained by

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

numpy.count_nonzero(a) Counts the number of non-zero values in the array a.

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

class numpy.polynomial.laguerre.Laguerre(coef, domain=None, window=None)

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
numpy.ma.masked_less_equal()
  • References/Python/NumPy/Routines/Masked array operations

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

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

numpy.ma.atleast_2d(*arys) = View inputs as arrays with at least two dimensions.

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

RandomState.logistic(loc=0.0, scale=1.0, size=None) Draw samples from a logistic distribution. Samples

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

numpy.polynomial.chebyshev.chebint(c, m=1, k=[], lbnd=0, scl=1, axis=0)

2025-01-10 15:47:30
PyArrayObject
  • References/Python/NumPy/NumPy C-API

Several new types are defined in the C-code. Most of these are accessible from Python, but a few are not exposed due to their limited use. Every new Python type has an associated PyObject *

2025-01-10 15:47:30