Index Expression Functions
|
Cast an expression from one datatype to another. |
|
Return element wise remainder of division. |
|
Return the element-wise absolute value of the index expression. |
|
Computes e1**e2 element-wise. |
|
Return the element-wise square value of the index expression. |
|
Return the element-wise cube value of the index expression. |
|
Return the element-wise sqrt of the index expression. |
|
Return the element-wise cube root of the index expression. |
|
Calculate the exponential of all elements in an index expression. |
|
Return the element-wise logarithm base e of the index expression. |
|
Return the element-wise logarithm base 10 of the index expression. |
|
Return the element-wise sine of the index expression. |
|
Return the element-wise cosine of the index expression. |
|
Return the element-wise tangent of the index expression. |
|
Return the element-wise arcsine of the index expression. |
|
Return the element-wise arccosine of the index expression. |
|
Return the element-wise arc tangent of the index expression. |
|
Return the element-wise arc tangent of the index expression respecting quadrants. |
|
Return the element-wise hyperbolic sine of the index expression. |
|
Return the element-wise hyperbolic cosine of the index expression. |
|
Return the element-wise hyperbolic tangent of the index expression. |
|
Return the element-wise hyperbolic arcsine of the index expression. |
|
Return the element-wise hyperbolic arccosine of the index expression. |
|
Return the element-wise hyperbolic arc tangent of the index expression. |
|
Return the element-wise logical not of the index expression. |
|
Computes e1 > e2 element-wise. |
|
Computes e1 < e2 element-wise. |
|
Computes e1 >= e2 element-wise. |
|
Computes e1 <= e2 element-wise. |
|
Computes e1 == e2 element-wise. |
|
Computes e1 != e2 element-wise. |
|
Computes max(e1, e2) element-wise. |
|
Computes min(e1, e2) element-wise. |
|
Computes element wise heaviside as described in |
|
Sums a dimension of an index expression. |
|
Computes e1 + e2 element-wise. |
|
Computes e1 * e2 element wise. |
|
Computes e1 - e2 element wise. |
|
Computes e1 / e2 element wise. |