LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces
GaussianProcess.h File Reference
#include <Eigen/Dense>
#include <stdexcept>
#include "ndarray/eigen.h"
#include <memory>
#include "lsst/daf/base/DateTime.h"
#include "lsst/pex/exceptions.h"

Go to the source code of this file.

Classes

class  lsst::afw::math::GaussianProcessTimer
 This is a structure for keeping track of how long the interpolation methods spend on different parts of the interpolation. More...
 
class  lsst::afw::math::Covariogram< T >
 The parent class of covariogram functions for use in Gaussian Process interpolation. More...
 
class  lsst::afw::math::SquaredExpCovariogram< T >
 SquaredExpCovariogram. More...
 
class  lsst::afw::math::NeuralNetCovariogram< T >
 a Covariogram that recreates a neural network with one hidden layer and infinite units in that layer More...
 
class  lsst::afw::math::KdTree< T >
 The data for GaussianProcess is stored in a KD tree to facilitate nearest-neighbor searches. More...
 
class  lsst::afw::math::GaussianProcess< T >
 Stores values of a function sampled on an image and allows you to interpolate the function to unsampled points. More...
 

Namespaces

 lsst
 A base class for image defects.
 
 lsst::afw
 
 lsst::afw::math