The Math Vector Library is a high-performance function library with vectorized versions of standard mathematical 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 mathematics vector functions.