matrix.prod()
  • References/Python/NumPy/Array objects/Standard array subclasses/numpy.matrix

matrix.prod(axis=None, dtype=None, out=None)

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

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

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

matrix.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the given

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

recarray.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy

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

matrix.dump(file) Dump a pickle of the array to the specified file. The array can be read back with pickle.load or numpy.load

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

matrix.getA()

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

recarray.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of

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

recarray.repeat(repeats, axis=None) Repeat elements of an array. Refer to

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

recarray.take(indices, axis=None, out=None, mode='raise') Return an array formed from the elements of a at the

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

record.imag imaginary part of scalar

2025-01-10 15:47:30