LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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 | |
< multiple inclusion guard macro | |
lsst.afw | |
lsst.afw.math | |