chararray.view()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.view(dtype=None, type=None) New view of array with the same data.

2025-01-10 15:47:30
Data type routines
  • References/Python/NumPy/Routines

can_cast(from, totype, casting = ) Returns True if cast between data types can occur according to the casting rule. promote_types(type1, type2) Returns the data type with the smallest size and smallest scalar kind to which both type1 and type2 may be safely cast. min_scalar_type(a) For scalar a, returns the data type with the smallest size and smallest scalar kind which can hold its value. result_type(*arrays_and_dtypes) Returns the type that results from applying the NumPy type promotion

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

ndarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be

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

numpy.ldexp(x1, x2[, out]) = Returns x1 * 2**x2, element-wise. The mantissas x1 and twos exponents x2

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

numpy.polynomial.polynomial.polytrim(c, tol=0)

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

numpy.polynomial.legendre.leggrid3d(x, y, z, c)

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

numpy.npv(rate, values)

2025-01-10 15:47:30
numpy.polynomial.hermite.poly2herm()
  • References/Python/NumPy/Routines/Polynomials/Polynomial Package/Hermite Module, “Physicists’”

numpy.polynomial.hermite.poly2herm(pol)

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

recarray.tostring(order='C') Construct Python bytes containing the raw data bytes in the array. Constructs Python

2025-01-10 15:47:30
numpy.sctype2char()
  • References/Python/NumPy/Routines/Data type routines

numpy.sctype2char(sctype)

2025-01-10 15:47:30