LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Namespaces | Macros
GaussianProcess.cc File Reference
#include <iostream>
#include <cmath>
#include "lsst/afw/math/GaussianProcess.h"

Go to the source code of this file.

Namespaces

 lsst
 < multiple inclusion guard macro
 
 lsst.afw
 
 lsst.afw.math
 

Macros

#define gpn   lsst::afw::math
 
#define INSTANTIATEGP(T)
 

Macro Definition Documentation

#define gpn   lsst::afw::math

Definition at line 1911 of file GaussianProcess.cc.

#define INSTANTIATEGP (   T)
Value:
template class gpn::KdTree < T > ; \
template class gpn::GaussianProcess < T > ; \
template class gpn::Covariogram < T > ; \
template class gpn::SquaredExpCovariogram < T > ;\
template class gpn::NeuralNetCovariogram < T > ;

Definition at line 1913 of file GaussianProcess.cc.