generic.
  • References/Python/NumPy/Array objects/Scalars

generic.__array_interface__ Array protocol: Python side

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

numpy.nan_to_num(x)

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

numpy.ma.zeros(shape, dtype=float, order='C') = Return a new array of given shape and type, filled with zeros.

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

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

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

numpy.ma.compressed(x)

2025-01-10 15:47:30
numpy.seterrobj()
  • References/Python/NumPy/Routines/Floating point error handling

numpy.seterrobj(errobj) Set the object that defines floating-point error handling. The error object contains all information

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

numpy.clip(a, a_min, a_max, out=None)

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

Simple random data

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

Polynomial.has_samecoef(other)

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

numpy.polynomial.chebyshev.chebone = array([1])

2025-01-10 15:47:30