![]() |
MATHLIB User Guide
|
Kernels available within MATHLIB.
Sub Modules | |
| MATHLIB_acos | |
| Kernel for computing elementwise arc-cosine of an input vector. Supports float datatype. | |
| MATHLIB_acosh | |
| Kernel for elementwise inverse hyperbolic cosine of an input vector. Supports float datatype. | |
| MATHLIB_asin | |
| Kernel for computing elementwise arc-sine of an input vector. Supports float datatype. | |
| MATHLIB_asinh | |
| Kernel for computing elementwise hyperbolic arc-sine of an input vector. Supports float datatype. | |
| MATHLIB_atan | |
| Kernel for ataning the input vector elementwise. Supports float datatype. | |
| MATHLIB_atan2 | |
| Kernel for performing arctan2 computation on the input vector elementwise. Supports float datatype. | |
| MATHLIB_atanh | |
| Kernel for elementwise inverse hyperbolic tangent of an input vector. Supports float datatype. | |
| MATHLIB_cos | |
| Kernel for computing elementwise cosine of an input vector. Supports float datatype. | |
| MATHLIB_cosh | |
| Kernel for computing elementwise hyperbolic cosine of an input vector. Supports float datatype. | |
| MATHLIB_div | |
| Kernel for computing elementwise divide of dividend and divisor vectors. Supports float datatype. | |
| MATHLIB_exp | |
| Kernel for elementwise exponentializing of an input vector. Supports float datatype. | |
| MATHLIB_exp10 | |
| Kernel for elementwise raising 10 to the power of the input. Supports float datatype. | |
| MATHLIB_exp2 | |
| Kernel for elementwise computation of 2 raised to a given power. Supports float datatype. | |
| MATHLIB_log | |
| Kernel for elementwise log of an input vector. Supports float datatype. | |
| MATHLIB_log10 | |
| Kernel for elementwise log base 10 of an input vector. Supports float datatype. | |
| MATHLIB_log2 | |
| Kernel for elementwise log base 2 of an input vector. Supports float datatype. | |
| MATHLIB_pow | |
| Kernel for elementwise power of a base and an exponent vector. Supports float datatype. | |
| MATHLIB_rsqrt | |
| Kernel for computing elementwise reciprocal square root of an input vector. Supports float datatype. | |
| MATHLIB_sin | |
| Kernel for computing elementwise sine of an input vector. Supports float datatype. | |
| MATHLIB_sinh | |
| Kernel for computing elementwise hyperbolic sine of an input vector. Supports float datatype. | |
| MATHLIB_sqrt | |
| Kernel for computing elementwise square root of an input vector. Supports float datatype. | |
| MATHLIB_tan | |
| Kernel for computing elementwise tangent of an input vector. Supports float datatype. | |
| MATHLIB_tanh | |
| Kernel for computing elementwise hyperbolic tangent of an input vector. Supports float datatype. | |