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, /) -> Array: (source)

Array API compatible wrapper for np.abs.

See its docstring for more information.

def acos(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.arccos.

See its docstring for more information.

def acosh(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.arccosh.

See its docstring for more information.

def add(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.add.

See its docstring for more information.

def asin(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.arcsin.

See its docstring for more information.

def asinh(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.arcsinh.

See its docstring for more information.

def atan(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.arctan.

See its docstring for more information.

def atan2(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.arctan2.

See its docstring for more information.

def atanh(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.arctanh.

See its docstring for more information.

def bitwise_and(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.bitwise_and.

See its docstring for more information.

def bitwise_invert(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.invert.

See its docstring for more information.

def bitwise_left_shift(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.left_shift.

See its docstring for more information.

def bitwise_or(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.bitwise_or.

See its docstring for more information.

def bitwise_right_shift(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.right_shift.

See its docstring for more information.

def bitwise_xor(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.bitwise_xor.

See its docstring for more information.

def ceil(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.ceil.

See its docstring for more information.

def cos(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.cos.

See its docstring for more information.

def cosh(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.cosh.

See its docstring for more information.

def divide(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.divide.

See its docstring for more information.

def equal(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.equal.

See its docstring for more information.

def exp(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.exp.

See its docstring for more information.

def expm1(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.expm1.

See its docstring for more information.

def floor(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.floor.

See its docstring for more information.

def floor_divide(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.floor_divide.

See its docstring for more information.

def greater(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.greater.

See its docstring for more information.

def greater_equal(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.greater_equal.

See its docstring for more information.

def isfinite(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.isfinite.

See its docstring for more information.

def isinf(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.isinf.

See its docstring for more information.

def isnan(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.isnan.

See its docstring for more information.

def less(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.less.

See its docstring for more information.

def less_equal(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.less_equal.

See its docstring for more information.

def log(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.log.

See its docstring for more information.

def log10(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.log10.

See its docstring for more information.

def log1p(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.log1p.

See its docstring for more information.

def log2(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.log2.

See its docstring for more information.

def logaddexp(x1: Array, x2: Array) -> Array: (source)

Array API compatible wrapper for np.logaddexp.

See its docstring for more information.

def logical_and(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.logical_and.

See its docstring for more information.

def logical_not(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.logical_not.

See its docstring for more information.

def logical_or(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.logical_or.

See its docstring for more information.

def logical_xor(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.logical_xor.

See its docstring for more information.

def multiply(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.multiply.

See its docstring for more information.

def negative(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.negative.

See its docstring for more information.

def not_equal(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.not_equal.

See its docstring for more information.

def positive(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.positive.

See its docstring for more information.

def pow(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.power.

See its docstring for more information.

def remainder(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.remainder.

See its docstring for more information.

def round(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.round.

See its docstring for more information.

def sign(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.sign.

See its docstring for more information.

def sin(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.sin.

See its docstring for more information.

def sinh(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.sinh.

See its docstring for more information.

def sqrt(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.sqrt.

See its docstring for more information.

def square(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.square.

See its docstring for more information.

def subtract(x1: Array, x2: Array, /) -> Array: (source)

Array API compatible wrapper for np.subtract.

See its docstring for more information.

def tan(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.tan.

See its docstring for more information.

def tanh(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.tanh.

See its docstring for more information.

def trunc(x: Array, /) -> Array: (source)

Array API compatible wrapper for np.trunc.

See its docstring for more information.