Math Vector Library 1.1 Machine Learning Extension
Programming Reference Manual C/C++
Version 1.1 DD-00004-011

3.1 mvecmlver - Version query

#include <mvecml.h> 
 
void mvecmlver(int *major, int *minor);

Queries the version of the library and stores the major and minor version numbers in the respective arguments.

3.1.1 Parameters

MAJOR - INTEGER

EXIT: The major version number of the library.

MINOR - INTEGER

EXIT: The minor version number of the library