Laguerre.basis()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Laguerre Module

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

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

MaskedArray.__rshift__ x.__rshift__(y) <==> x>>y

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

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

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

numpy.round_(a, decimals=0, out=None)

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

numpy.ma.vander(x, n=None)

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

MaskedArray.trace(offset=0, axis1=0, axis2=1, dtype=None, out=None)

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

numpy.polynomial.polynomial.polygrid3d(x, y, z, c)

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

numpy.remainder(x1, x2[, out]) = Return element-wise remainder of division. Computes the remainder complementary to the

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

numpy.ma.round(a, decimals=0, out=None)

2025-01-10 15:47:30
Scalars
  • References/Python/NumPy/Array objects

Python defines only one type of a particular data class (there is only one integer type, one floating-point type, etc.). This can be convenient in applications that don?t need to be

2025-01-10 15:47:30