lsst.afw g093c4c12c6+3f22ab7721
Loading...
Searching...
No Matches
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

namespace  lsst
 
namespace  lsst::afw
 
namespace  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 2062 of file GaussianProcess.cc.