Lazy Functions#
The next functions can be used for computing with any of NDArray, C2Array, NDField and LazyExpr.
Their result is always a LazyExpr instance, which can be evaluated (with eval or __getitem__) to get the actual values of the computation.
Calculate the absolute value element-wise. |
|
Inverse sine, element-wise. |
|
Trigonometric inverse cosine, element-wise. |
|
Trigonometric inverse tangent, element-wise. |
|
Element-wise arc tangent of |
|
Inverse hyperbolic sine, element-wise. |
|
Inverse hyperbolic cosine, element-wise. |
|
Inverse hyperbolic tangent, element-wise. |
|
Trigonometric sine, element-wise. |
|
Trigonometric cosine, element-wise. |
|
Trigonometric tangent, element-wise. |
|
Hyperbolic sine, element-wise. |
|
Hyperbolic cosine, element-wise. |
|
Hyperbolic tangent, element-wise. |
|
Calculate the exponential of all elements in the input array. |
|
Calculate |
|
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. |
|
Return the non-negative square-root of an array, element-wise. |
|
Return the complex conjugate, element-wise. |
|
Return the real part of the complex array, element-wise. |
|
Return the imaginary part of the complex array, element-wise. |
|
Check if the array contains a string value. |