lsst.afw gaaf94ba588+3cc41d2aa1
|
#include <memory>
#include "ndarray/eigen.h"
#include "lsst/afw/math/LeastSquares.h"
#include "lsst/afw/math/ChebyshevBoundedField.h"
#include "lsst/afw/math/detail/TrapezoidalPacker.h"
#include "lsst/afw/table/io/OutputArchive.h"
#include "lsst/afw/table/io/CatalogVector.h"
#include "lsst/afw/table/aggregates.h"
#include "lsst/afw/table/io/Persistable.cc"
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::math |
Functions | |
double | lsst::afw::math::integrateTn (int n) |
table::Box2IKey bbox |
Definition at line 316 of file ChebyshevBoundedField.cc.
table::Key<table::Array<double> > coefficients |
Definition at line 275 of file ChebyshevBoundedField.cc.
table::Key<int> orderX |
Definition at line 315 of file ChebyshevBoundedField.cc.
table::Schema schema |
Definition at line 314 of file ChebyshevBoundedField.cc.
double x |
Definition at line 276 of file ChebyshevBoundedField.cc.