MATHLIB User Guide
Modules
Here is a list of all modules:
[detail level 12]
 CommonThis module consists of definitions (macros, structures, utility functions) that are commonly applicable to all MATHLIB kernels
 Common typedefsThis module consists of common typefeds to all MATHLIB kernels
 Internal Lookup table utilitiesThis module consists of utility functions tailored towards LUT that are commonly applicable to various MATHLIB kernels
 SE0, SE1, and SA0 utilitiesThis module consists of utility functions tailored towards SE/SA that are commonly applicable to various MATHLIB kernels
 MATHLIB kernelsKernels available within MATHLIB
 MATHLIB_acosKernel for computing elementwise arc-cosine of an input vector. Supports float datatype
 MATHLIB_acoshKernel for elementwise inverse hyperbolic cosine of an input vector. Supports float datatype
 MATHLIB_asinKernel for computing elementwise arc-sine of an input vector. Supports float datatype
 MATHLIB_asinhKernel for computing elementwise hyperbolic arc-sine of an input vector. Supports float datatype
 MATHLIB_atanKernel for ataning the input vector elementwise. Supports float datatype
 MATHLIB_atan2Kernel for performing arctan2 computation on the input vector elementwise. Supports float and double datatype
 MATHLIB_atanhKernel for elementwise inverse hyperbolic tangent of an input vector. Supports float datatype
 MATHLIB_cosKernel for computing elementwise cosine of an input vector. Supports float and double datatype
 MATHLIB_coshKernel for computing elementwise hyperbolic cosine of an input vector. Supports float datatype
 MATHLIB_divKernel for computing elementwise divide of dividend and divisor vectors. Supports float datatype
 MATHLIB_expKernel for elementwise exponentializing of an input vector. Supports float datatype
 MATHLIB_exp10Kernel for elementwise raising 10 to the power of the input. Supports float datatype
 MATHLIB_exp2Kernel for elementwise computation of 2 raised to a given power. Supports float datatype
 MATHLIB_logKernel for elementwise log of an input vector. Supports float datatype
 MATHLIB_log10Kernel for elementwise log base 10 of an input vector. Supports float and double datatype
 MATHLIB_log2Kernel for elementwise log base 2 of an input vector. Supports float datatype
 MATHLIB_powKernel for elementwise power of a base and an exponent vector. Supports float and double datatype
 MATHLIB_rsqrtKernel for computing elementwise reciprocal square root of an input vector. Supports float datatype
 MATHLIB_sinKernel for computing elementwise sine of an input vector. Supports float and double datatype
 MATHLIB_sinhKernel for computing elementwise hyperbolic sine of an input vector. Supports float datatype
 MATHLIB_sqrtKernel for computing elementwise square root of an input vector. Supports float and double datatype
 MATHLIB_tanKernel for computing elementwise tangent of an input vector. Supports float datatype
 MATHLIB_tanhKernel for computing elementwise hyperbolic tangent of an input vector. Supports float datatype