MLPACK  1.0.10
Namespaces | Macros | Functions
version.hpp File Reference
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.
 
 mlpack::util
 

Macros

#define __MLPACK_VERSION_MAJOR   1
 
#define __MLPACK_VERSION_MINOR   0
 
#define __MLPACK_VERSION_PATCH   9
 

Functions

std::string mlpack::util::GetVersion ()
 This will return either "mlpack x.y.z" or "mlpack trunk-rXXXXX" depending on whether or not this is a stable version of mlpack or an svn revision. More...
 

Macro Definition Documentation

#define __MLPACK_VERSION_MAJOR   1

Definition at line 29 of file version.hpp.

#define __MLPACK_VERSION_MINOR   0

Definition at line 30 of file version.hpp.

#define __MLPACK_VERSION_PATCH   9

Definition at line 31 of file version.hpp.