LSSTApplications
10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
|
#include <Eigen/Dense>
#include <stdexcept>
#include "ndarray/eigen.h"
#include "boost/shared_ptr.hpp"
#include "lsst/daf/base/Citizen.h"
#include "lsst/daf/base/DateTime.h"
#include "lsst/pex/exceptions.h"
#include "lsst/pex/policy.h"
#include "lsst/pex/policy/Policy.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 > |
a Covariogram that falls off as the negative exponent of the square of the distance between the points 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 | |
Estimate image backgrounds. | |
lsst::afw | |
lsst::afw::math | |