12 #ifndef MLPACK_CORE_UTIL_VERSION_HPP    13 #define MLPACK_CORE_UTIL_VERSION_HPP    19 #define MLPACK_VERSION_MAJOR 3    20 #define MLPACK_VERSION_MINOR 4    21 #define MLPACK_VERSION_PATCH 3 Linear algebra utility functions, generally performed on matrices or vectors. 
 
std::string GetVersion()
This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on whether or not this is...