mlpack
Namespaces | Macros | Functions
version.hpp File Reference
#include <string>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mlpack
 Linear algebra utility functions, generally performed on matrices or vectors.
 

Macros

#define MLPACK_VERSION_MAJOR   3
 
#define MLPACK_VERSION_MINOR   4
 
#define MLPACK_VERSION_PATCH   3
 

Functions

std::string mlpack::util::GetVersion ()
 This will return either "mlpack x.y.z" or "mlpack master-XXXXXXX" depending on whether or not this is a stable version of mlpack or a git repository.
 

Detailed Description

Author
Ryan Curtin

The current version of mlpack, available as macros and as a string.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.