LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Typedefs
Chebyshev1Basis2d.h File Reference
#include "lsst/geom/polynomials/Chebyshev1Basis1d.h"
#include "lsst/geom/polynomials/PackedBasis2d.h"
#include "lsst/geom/polynomials/ScaledBasis2d.h"
#include "lsst/geom/polynomials/Scaling2d.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::geom
 
 lsst::geom::polynomials
 

Typedefs

template<PackingOrder packing>
using lsst::geom::polynomials::Chebyshev1Basis2d = PackedBasis2d< Chebyshev1Basis1d, packing >
 A Basis2d for Chebyshev polynomials of the first kind, templated on packing order. More...
 
template<PackingOrder packing>
using lsst::geom::polynomials::ScaledChebyshev1Basis2d = ScaledBasis2d< Chebyshev1Basis2d< packing > >
 A Basis2d for scaled Chebyshev polynomials of the first kind, templated on packing order. More...
 
using lsst::geom::polynomials::Chebyshev1Basis2dXY = Chebyshev1Basis2d< PackingOrder::XY >
 A Basis2d for Chebyshev polynomials of the first kind, ordered via PackingOrder::XY. More...
 
using lsst::geom::polynomials::Chebyshev1Basis2dYX = Chebyshev1Basis2d< PackingOrder::YX >
 A Basis2d for Chebyshev polynomials of the first kind, ordered via PackingOrder::YX. More...
 
using lsst::geom::polynomials::ScaledChebyshev1Basis2dXY = ScaledChebyshev1Basis2d< PackingOrder::XY >
 A Basis2d for scaled Chebyshev polynomials of the first kind, ordered via PackingOrder::XY. More...
 
using lsst::geom::polynomials::ScaledChebyshev1Basis2dYX = ScaledChebyshev1Basis2d< PackingOrder::YX >
 A Basis2d for scaled Chebyshev polynomials of the first kind, ordered via PackingOrder::YX. More...