ufunc_ops¶
Ufunc operators for ODL vectors.
Classes
alias of |
|
|
Calculate the absolute value element-wise. |
|
Add arguments element-wise. |
alias of |
|
|
Trigonometric inverse cosine, element-wise. |
alias of |
|
|
Inverse hyperbolic cosine, element-wise. |
alias of |
|
|
Inverse sine, element-wise. |
alias of |
|
|
Inverse hyperbolic sine element-wise. |
|
Element-wise arc tangent of |
alias of |
|
|
Trigonometric inverse tangent, element-wise. |
alias of |
|
|
Inverse hyperbolic tangent element-wise. |
|
Compute the bit-wise AND of two arrays element-wise. |
|
Compute the bit-wise OR of two arrays element-wise. |
|
Compute the bit-wise XOR of two arrays element-wise. |
alias of |
|
|
Return the ceiling of the input, element-wise. |
alias of |
|
|
Return the complex conjugate, element-wise. |
|
Change the sign of x1 to that of x2, element-wise. |
alias of |
|
|
Cosine element-wise. |
alias of |
|
|
Hyperbolic cosine, element-wise. |
alias of |
|
|
Convert angles from degrees to radians. |
|
Returns a true division of the inputs, element-wise. |
|
Return (x1 == x2) element-wise. |
alias of |
|
|
Calculate |
alias of |
|
|
Calculate the exponential of all elements in the input array. |
alias of |
|
|
Calculate |
|
Return the largest integer smaller or equal to the division of the inputs. |
alias of |
|
|
Return the floor of the input, element-wise. |
|
Element-wise maximum of array elements. |
|
Element-wise minimum of array elements. |
|
Return the element-wise remainder of division. |
|
Return the truth value of (x1 >= x2) element-wise. |
|
Return the truth value of (x1 > x2) element-wise. |
|
Given the “legs” of a right triangle, return its hypotenuse. |
|
Compute bit-wise inversion, or bit-wise NOT, element-wise. |
alias of |
|
|
Test element-wise for finiteness (not infinity or not Not a Number). |
alias of |
|
|
Test element-wise for positive or negative infinity. |
alias of |
|
|
Test element-wise for NaN and return result as a boolean array. |
|
Shift the bits of an integer to the left. |
|
Return the truth value of (x1 =< x2) element-wise. |
|
Return the truth value of (x1 < x2) element-wise. |
alias of |
|
|
Return the base 10 logarithm of the input array, element-wise. |
alias of |
|
|
Return the natural logarithm of one plus the input array, element-wise. |
alias of |
|
|
Base-2 logarithm of |
alias of |
|
|
Natural logarithm, element-wise. |
|
Logarithm of the sum of exponentiations of the inputs in base-2. |
|
Logarithm of the sum of exponentiations of the inputs. |
|
Compute the truth value of x1 AND x2 element-wise. |
|
Compute the truth value of NOT x element-wise. |
|
Compute the truth value of x1 OR x2 element-wise. |
|
Compute the truth value of x1 XOR x2, element-wise. |
|
Element-wise maximum of array elements. |
|
Element-wise minimum of array elements. |
|
Return element-wise remainder of division. |
|
Return the fractional and integral parts of an array, element-wise. |
|
Multiply arguments element-wise. |
alias of |
|
|
Numerical negative, element-wise. |
|
Return (x1 != x2) element-wise. |
|
First array elements raised to powers from second array, element-wise. |
alias of |
|
|
Convert angles from radians to degrees. |
|
Return the reciprocal of the argument, element-wise. |
|
Return element-wise remainder of division. |
|
Shift the bits of an integer to the right. |
alias of |
|
|
Round elements of the array to the nearest integer. |
alias of |
|
|
Returns an element-wise indication of the sign of a number. |
alias of |
|
|
Returns element-wise True where signbit is set (less than zero). |
alias of |
|
|
Trigonometric sine, element-wise. |
alias of |
|
|
Hyperbolic sine, element-wise. |
alias of |
|
|
Return the non-negative square-root of an array, element-wise. |
alias of |
|
|
Return the element-wise square of the input. |
|
Subtract arguments, element-wise. |
alias of |
|
|
Compute tangent element-wise. |
alias of |
|
|
Compute hyperbolic tangent element-wise. |
|
Returns a true division of the inputs, element-wise. |
alias of |
|
|
Return the truncated value of the input, element-wise. |
Functions
|
Calculate the absolute value element-wise. |
|
Add arguments element-wise. |
|
Trigonometric inverse cosine, element-wise. |
|
Inverse hyperbolic cosine, element-wise. |
|
Inverse sine, element-wise. |
|
Inverse hyperbolic sine element-wise. |
|
Trigonometric inverse tangent, element-wise. |
|
Element-wise arc tangent of |
|
Inverse hyperbolic tangent element-wise. |
|
Compute the bit-wise AND of two arrays element-wise. |
|
Compute the bit-wise OR of two arrays element-wise. |
|
Compute the bit-wise XOR of two arrays element-wise. |
|
Return the ceiling of the input, element-wise. |
|
Return the complex conjugate, element-wise. |
|
Change the sign of x1 to that of x2, element-wise. |
|
Cosine element-wise. |
|
Hyperbolic cosine, element-wise. |
|
Convert angles from degrees to radians. |
|
Create derivative function for some ufuncs. |
|
Returns a true division of the inputs, element-wise. |
|
Return the result dtype(s) of |
|
Return (x1 == x2) element-wise. |
|
Calculate the exponential of all elements in the input array. |
|
Calculate |
|
Calculate |
|
Determine the minimum matching ufunc signature for given dtypes. |
|
Return the floor of the input, element-wise. |
|
Return the largest integer smaller or equal to the division of the inputs. |
|
Element-wise maximum of array elements. |
|
Element-wise minimum of array elements. |
|
Return the element-wise remainder of division. |
|
Create gradient |
|
Return the truth value of (x1 > x2) element-wise. |
|
Return the truth value of (x1 >= x2) element-wise. |
|
Given the “legs” of a right triangle, return its hypotenuse. |
|
|
|
Compute bit-wise inversion, or bit-wise NOT, element-wise. |
|
Test element-wise for finiteness (not infinity or not Not a Number). |
|
Test element-wise for positive or negative infinity. |
|
Test element-wise for NaN and return result as a boolean array. |
|
Shift the bits of an integer to the left. |
|
Return the truth value of (x1 < x2) element-wise. |
|
Return the truth value of (x1 =< x2) element-wise. |
|
Natural logarithm, element-wise. |
|
Return the base 10 logarithm of the input array, element-wise. |
|
Return the natural logarithm of one plus the input array, element-wise. |
|
Base-2 logarithm of |
|
Logarithm of the sum of exponentiations of the inputs. |
|
Logarithm of the sum of exponentiations of the inputs in base-2. |
|
Compute the truth value of x1 AND x2 element-wise. |
|
Compute the truth value of NOT x element-wise. |
|
Compute the truth value of x1 OR x2 element-wise. |
|
Compute the truth value of x1 XOR x2, element-wise. |
|
Element-wise maximum of array elements. |
|
Element-wise minimum of array elements. |
|
Return element-wise remainder of division. |
|
Return the fractional and integral parts of an array, element-wise. |
|
Multiply arguments element-wise. |
|
Numerical negative, element-wise. |
|
Return (x1 != x2) element-wise. |
|
First array elements raised to powers from second array, element-wise. |
|
Convert angles from radians to degrees. |
|
Return the reciprocal of the argument, element-wise. |
|
Return element-wise remainder of division. |
|
Shift the bits of an integer to the right. |
|
Round elements of the array to the nearest integer. |
|
Returns an element-wise indication of the sign of a number. |
|
Returns element-wise True where signbit is set (less than zero). |
|
Trigonometric sine, element-wise. |
|
Hyperbolic sine, element-wise. |
|
Return the non-negative square-root of an array, element-wise. |
|
Return the element-wise square of the input. |
|
Subtract arguments, element-wise. |
|
Compute tangent element-wise. |
|
Compute hyperbolic tangent element-wise. |
|
Returns a true division of the inputs, element-wise. |
|
Return the truncated value of the input, element-wise. |
|
Create a Ufunc |
|
Return the truncated value of the input, element-wise. |
|
Create a ufunc |