gplib  1.0.0
C++ Gaussian Process Library
Macros
gplib.hpp File Reference
#include "mvgauss.hpp"
#include "basic.hpp"
#include "gp.hpp"
#include "kernels.hpp"
#include "multioutput_kernels.hpp"
Include dependency graph for gplib.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GPLIB_VERSION_MAJOR   1
 
#define GPLIB_VERSION_MINOR   0
 
#define GPLIB_VERSION_PATCH   0
 
#define GPLIB_MAKE_VERSION(major, minor, patch)   ((major) * 10000 + (minor) * 100 + (patch))
 
#define GPLIB_VERSION   GPLIB_MAKE_VERSION(GPLIB_VERSION_MAJOR, GPLIB_VERSION_MINOR, GPLIB_VERSION_PATCH)
 

Macro Definition Documentation

#define GPLIB_MAKE_VERSION (   major,
  minor,
  patch 
)    ((major) * 10000 + (minor) * 100 + (patch))
#define GPLIB_VERSION_MAJOR   1
#define GPLIB_VERSION_MINOR   0
#define GPLIB_VERSION_PATCH   0