numpy.greater_equal(x1, x2[, out]) = Return the truth value of (x1 >= x2) element-wise.
numpy.iscomplex(x)
numpy.any(a, axis=None, out=None, keepdims=False)
numpy.array_equal(a1, a2)
numpy.isfortran(a)
numpy.iscomplexobj(x)
numpy.isfinite(x[, out]) = Test element-wise for finiteness (not infinity or not Not a Number). The result is returned as
numpy.equal(x1, x2[, out]) = Return (x1 == x2) element-wise.
numpy.logical_or(x1, x2[, out]) = Compute the truth value of x1 OR x2 element-wise.
numpy.less_equal(x1, x2[, out]) = Return the truth value of (x1 =< x2) element-wise.
Page 1 of 3