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

ndarray.__neg__ x.__neg__() <==> -x

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

MaskedArray.__iadd__(other)

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

record.data pointer to start of data

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

record.nbytes length of item in bytes

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

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

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

An

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

matrix.item(*args) Copy an element of an array to a standard Python scalar and return it.

2025-01-10 15:47:30
generic.item()
  • References/Python/NumPy/Array objects/Scalars/numpy.generic

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

2025-01-10 15:47:30
numpy.newaxis
  • References/Python/NumPy/Array objects

ndarrays

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

record.conj()

2025-01-10 15:47:30