LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <vector>
#include "lsst/geom/polynomials/PolynomialFunction2d.h"
#include "lsst/geom/polynomials/BinomialMatrix.h"
#include "lsst/geom/polynomials/SafeSum.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::geom | |
lsst::geom::polynomials | |
Low-level polynomials (including special polynomials) in C++. | |
Functions | |
template<PackingOrder packing> | |
PolynomialFunction2d< packing > | lsst::geom::polynomials::simplified (ScaledPolynomialFunction2d< packing > const &f) |
Calculate the standard polynomial function that is equivalent to a scaled standard polynomial function. More... | |
template PolynomialFunction2d< PackingOrder::XY > | lsst::geom::polynomials::simplified (ScaledPolynomialFunction2d< PackingOrder::XY > const &) |
template PolynomialFunction2d< PackingOrder::YX > | lsst::geom::polynomials::simplified (ScaledPolynomialFunction2d< PackingOrder::YX > const &) |