module documentation

Undocumented

Function abs Array API compatible wrapper for np.abs.
Function acos Array API compatible wrapper for np.arccos.
Function acosh Array API compatible wrapper for np.arccosh.
Function add Array API compatible wrapper for np.add.
Function asin Array API compatible wrapper for np.arcsin.
Function asinh Array API compatible wrapper for np.arcsinh.
Function atan Array API compatible wrapper for np.arctan.
Function atan2 Array API compatible wrapper for np.arctan2.
Function atanh Array API compatible wrapper for np.arctanh.
Function bitwise​_and Array API compatible wrapper for np.bitwise_and.
Function bitwise​_invert Array API compatible wrapper for np.invert.
Function bitwise​_left​_shift Array API compatible wrapper for np.left_shift.
Function bitwise​_or Array API compatible wrapper for np.bitwise_or.
Function bitwise​_right​_shift Array API compatible wrapper for np.right_shift.
Function bitwise​_xor Array API compatible wrapper for np.bitwise_xor.
Function ceil Array API compatible wrapper for np.ceil.
Function cos Array API compatible wrapper for np.cos.
Function cosh Array API compatible wrapper for np.cosh.
Function divide Array API compatible wrapper for np.divide.
Function equal Array API compatible wrapper for np.equal.
Function exp Array API compatible wrapper for np.exp.
Function expm1 Array API compatible wrapper for np.expm1.
Function floor Array API compatible wrapper for np.floor.
Function floor​_divide Array API compatible wrapper for np.floor_divide.
Function greater Array API compatible wrapper for np.greater.
Function greater​_equal Array API compatible wrapper for np.greater_equal.
Function isfinite Array API compatible wrapper for np.isfinite.
Function isinf Array API compatible wrapper for np.isinf.
Function isnan Array API compatible wrapper for np.isnan.
Function less Array API compatible wrapper for np.less.
Function less​_equal Array API compatible wrapper for np.less_equal.
Function log Array API compatible wrapper for np.log.
Function log10 Array API compatible wrapper for np.log10.
Function log1p Array API compatible wrapper for np.log1p.
Function log2 Array API compatible wrapper for np.log2.
Function logaddexp Array API compatible wrapper for np.logaddexp.
Function logical​_and Array API compatible wrapper for np.logical_and.
Function logical​_not Array API compatible wrapper for np.logical_not.
Function logical​_or Array API compatible wrapper for np.logical_or.
Function logical​_xor Array API compatible wrapper for np.logical_xor.
Function multiply Array API compatible wrapper for np.multiply.
Function negative Array API compatible wrapper for np.negative.
Function not​_equal Array API compatible wrapper for np.not_equal.
Function positive Array API compatible wrapper for np.positive.
Function pow Array API compatible wrapper for np.power.
Function remainder Array API compatible wrapper for np.remainder.
Function round Array API compatible wrapper for np.round.
Function sign Array API compatible wrapper for np.sign.
Function sin Array API compatible wrapper for np.sin.
Function sinh Array API compatible wrapper for np.sinh.
Function sqrt Array API compatible wrapper for np.sqrt.
Function square Array API compatible wrapper for np.square.
Function subtract Array API compatible wrapper for np.subtract.
Function tan Array API compatible wrapper for np.tan.
Function tanh Array API compatible wrapper for np.tanh.
Function trunc Array API compatible wrapper for np.trunc.
def abs(x, /):

Array API compatible wrapper for np.abs.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def acos(x, /):

Array API compatible wrapper for np.arccos.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def acosh(x, /):

Array API compatible wrapper for np.arccosh.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def add(x1, x2, /):

Array API compatible wrapper for np.add.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def asin(x, /):

Array API compatible wrapper for np.arcsin.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def asinh(x, /):

Array API compatible wrapper for np.arcsinh.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def atan(x, /):

Array API compatible wrapper for np.arctan.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def atan2(x1, x2, /):

Array API compatible wrapper for np.arctan2.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def atanh(x, /):

Array API compatible wrapper for np.arctanh.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def bitwise_and(x1, x2, /):

Array API compatible wrapper for np.bitwise_and.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def bitwise_invert(x, /):

Array API compatible wrapper for np.invert.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def bitwise_left_shift(x1, x2, /):

Array API compatible wrapper for np.left_shift.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def bitwise_or(x1, x2, /):

Array API compatible wrapper for np.bitwise_or.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def bitwise_right_shift(x1, x2, /):

Array API compatible wrapper for np.right_shift.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def bitwise_xor(x1, x2, /):

Array API compatible wrapper for np.bitwise_xor.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def ceil(x, /):

Array API compatible wrapper for np.ceil.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def cos(x, /):

Array API compatible wrapper for np.cos.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def cosh(x, /):

Array API compatible wrapper for np.cosh.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def divide(x1, x2, /):

Array API compatible wrapper for np.divide.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def equal(x1, x2, /):

Array API compatible wrapper for np.equal.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def exp(x, /):

Array API compatible wrapper for np.exp.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def expm1(x, /):

Array API compatible wrapper for np.expm1.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def floor(x, /):

Array API compatible wrapper for np.floor.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def floor_divide(x1, x2, /):

Array API compatible wrapper for np.floor_divide.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def greater(x1, x2, /):

Array API compatible wrapper for np.greater.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def greater_equal(x1, x2, /):

Array API compatible wrapper for np.greater_equal.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def isfinite(x, /):

Array API compatible wrapper for np.isfinite.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def isinf(x, /):

Array API compatible wrapper for np.isinf.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def isnan(x, /):

Array API compatible wrapper for np.isnan.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def less(x1, x2, /):

Array API compatible wrapper for np.less.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def less_equal(x1, x2, /):

Array API compatible wrapper for np.less_equal.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def log(x, /):

Array API compatible wrapper for np.log.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def log10(x, /):

Array API compatible wrapper for np.log10.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def log1p(x, /):

Array API compatible wrapper for np.log1p.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def log2(x, /):

Array API compatible wrapper for np.log2.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def logaddexp(x1, x2):

Array API compatible wrapper for np.logaddexp.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def logical_and(x1, x2, /):

Array API compatible wrapper for np.logical_and.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def logical_not(x, /):

Array API compatible wrapper for np.logical_not.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def logical_or(x1, x2, /):

Array API compatible wrapper for np.logical_or.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def logical_xor(x1, x2, /):

Array API compatible wrapper for np.logical_xor.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def multiply(x1, x2, /):

Array API compatible wrapper for np.multiply.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def negative(x, /):

Array API compatible wrapper for np.negative.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def not_equal(x1, x2, /):

Array API compatible wrapper for np.not_equal.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def positive(x, /):

Array API compatible wrapper for np.positive.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def pow(x1, x2, /):

Array API compatible wrapper for np.power.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def remainder(x1, x2, /):

Array API compatible wrapper for np.remainder.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def round(x, /):

Array API compatible wrapper for np.round.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def sign(x, /):

Array API compatible wrapper for np.sign.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def sin(x, /):

Array API compatible wrapper for np.sin.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def sinh(x, /):

Array API compatible wrapper for np.sinh.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def sqrt(x, /):

Array API compatible wrapper for np.sqrt.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def square(x, /):

Array API compatible wrapper for np.square.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def subtract(x1, x2, /):

Array API compatible wrapper for np.subtract.

See its docstring for more information.

Parameters
x1:ArrayUndocumented
x2:ArrayUndocumented
Returns
ArrayUndocumented
def tan(x, /):

Array API compatible wrapper for np.tan.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def tanh(x, /):

Array API compatible wrapper for np.tanh.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented
def trunc(x, /):

Array API compatible wrapper for np.trunc.

See its docstring for more information.

Parameters
x:ArrayUndocumented
Returns
ArrayUndocumented