Math Vector Library
Programming Reference Manual Fortran
Version 1.0 DD-00002-110

2.1 Introduction

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 n -th element leaving the elements in between untouched.

This manual describes the Application Programming Interface (API) of the mathematics vector functions.