chararray.flat
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

chararray.flat A 1-D iterator over the array. This is a

2025-01-10 15:47:30
numpy.trace()
  • References/Python/NumPy/Routines/Linear algebra

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

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

matrix.partition(kth, axis=-1, kind='introselect', order=None) Rearranges the elements in the array in such a way that

2025-01-10 15:47:30
numpy.alterdot()
  • References/Python/NumPy/Routines/Miscellaneous routines

numpy.alterdot()

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

RandomState.dirichlet(alpha, size=None) Draw samples from the Dirichlet distribution. Draw size

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

MaskedArray.anom(axis=None, dtype=None)

2025-01-10 15:47:30
dtype.flags
  • References/Python/NumPy/Array objects/Data type objects

dtype.flags Bit-flags describing how this data type is to be interpreted. Bit-masks are in numpy.core.multiarray

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

record.ravel() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from, and possesses

2025-01-10 15:47:30
int PyArray_NDIM()
  • References/Python/NumPy/NumPy C-API

Array structure and data access These macros all access the

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

numpy.roots(p)

2025-01-10 15:47:30