numpy.polynomial.legendre.poly2leg()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Legendre Module

numpy.polynomial.legendre.poly2leg(pol)

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.real_if_close()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.real_if_close(a, tol=100)

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

recarray.dtype Data-type of the array?s elements.

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

numpy.polynomial.chebyshev.chebweight(x)

2025-01-10 15:47:30
numpy.poly1d()
  • References/Python/NumPy/Routines/Polynomials/Poly1d

class numpy.poly1d(c_or_r, r=0, variable=None)

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

numpy.polynomial.laguerre.lagzero = array([0])

2025-01-10 15:47:30
ndarray.strides
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.strides Tuple of bytes to step in each dimension when traversing an array. The byte offset of element

2025-01-10 15:47:30
Matrix library (numpy.matlib)
  • References/Python/NumPy/Routines

This module contains all functions in the numpy namespace, with the following replacement functions that return

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

numpy.geterrobj() Return the current object that defines floating-point error handling. The error object contains all

2025-01-10 15:47:30