The Math Vector Library Advanced Trigonometry Extension is an extension to the Math Vector Library which provides high-performance function library with vectorized versions of standard mathematical functions. The Advanced Trigonometry extension builds upon the infrastructure of the Math Vector Library to provide performance tuned specialized trigonometric functions.
The functions can operate both on dense and strided vectors, the latter can be supplied individually for result
and operand vectors. Stride only executes the function on every -th element leaving the elements in between
untouched.
This manual describes the Application Programming Interface (API) of the machine learning extension functions.