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 . |
Array API compatible wrapper for np.abs
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arccos
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arccosh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.add
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arcsin
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arcsinh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arctan
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arctan2
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.arctanh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.bitwise_and
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.invert
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.left_shift
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.bitwise_or
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.right_shift
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.bitwise_xor
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.ceil
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.cos
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.cosh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.divide
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.equal
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.exp
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.expm1
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.floor
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.floor_divide
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.greater
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.greater_equal
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.isfinite
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.isinf
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.isnan
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.less
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.less_equal
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.log
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.log10
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.log1p
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.log2
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.logaddexp
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.logical_and
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.logical_not
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.logical_or
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.logical_xor
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.multiply
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.negative
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.not_equal
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.positive
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.power
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.remainder
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.round
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.sign
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.sin
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.sinh
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.sqrt
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.square
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.subtract
.
See its docstring for more information.
Parameters | |
x1:Array | Undocumented |
x2:Array | Undocumented |
Returns | |
Array | Undocumented |
Array API compatible wrapper for np.tan
.
See its docstring for more information.
Parameters | |
x:Array | Undocumented |
Returns | |
Array | Undocumented |