LSSTApplications  20.0.0
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
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::math
 

Macros

#define INSTANTIATEGP(T)
 

Macro Definition Documentation

◆ INSTANTIATEGP

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

Definition at line 2063 of file GaussianProcess.cc.