matrix.I
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.I Returns the (multiplicative) inverse of invertible self.

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

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

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

recarray.real The real part of the array. See also

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

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

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
recarray.resize()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.recarray

recarray.resize(new_shape, refcheck=True) Change shape and size of array in-place.

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

ndarray.__setslice__ x.__setslice__(i, j, y) <==> x[i:j]=y Use of negative indices is not supported

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

ndarray.__ilshift__ x.__ilshift__(y) <==> x<<=y

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

static MaskedArray.__new__(data=None, mask=False, dtype=None, copy=False, subok=True, ndmin=0, fill_value=None, keep_mask=True

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

ndarray.__copy__([order]) Return a copy of the array.

2025-01-10 15:47:30