lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
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.