Math Vector Library
Installation and Users Guide
Version 1.0 DD-00001-000

4.1 Header Files

All functions are declared in two C/C++ header files:

mvec.h

Declarations of the vector oriented functions of the Math Vector Library.

msca.h

Declarations of the scalar oriented functions of the Math Scalar Library.

All of these header files are standalone and do not require the inclusion of any external header files, unless complex number functionality is required, in which case the standard system header complex.h needs to be included before any of the headers above.