ndarray.itemset(*args) Insert scalar into an array (scalar is cast to array?s dtype, if possible) There must be
ndarray.max(axis=None, out=None) Return the maximum along a given axis. Refer to
record.conjugate() Not implemented (virtual attribute) Class generic exists solely to derive numpy scalars from
MaskedArray.view(dtype=None, type=None)
MaskedArray.__rfloordiv__(other)
matrix.size Number of elements in the array. Equivalent to np.prod(a.shape), i.e., the product of the
numpy.absolute(x[, out]) = Calculate the absolute value element-wise.
MaskedArray.__gt__ x.__gt__(y) <==> x>y
numpy.polynomial.hermite.poly2herm(pol)
matrix.all(axis=None, out=None)
Page 28 of 100