ndarray.
  • References/Python/NumPy/Array objects/The N-dimensional array

ndarray.__getitem__ x.__getitem__(y) <==> x[y]

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

recarray.data Python buffer object pointing to the start of the array?s data.

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

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

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

MaskedArray.__oct__() <==> oct(x)

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

numpy.ma.is_mask(m)

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

numpy.ma.count(a, axis=None)

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

numpy.polyval(p, x)

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

record.real real part of scalar

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

matrix.compress(condition, axis=None, out=None) Return selected slices of this array along given axis. Refer to

2025-01-10 15:47:30
chararray.tostring()
  • References/Python/NumPy/Routines/String operations/numpy.core.defchararray.chararray

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

2025-01-10 15:47:30