lsst.geom g19811a7679+c67ce918b9
Loading...
Searching...
No Matches
Chebyshev1Basis2d.h File Reference

Go to the source code of this file.

Namespaces

namespace  lsst
 
namespace  lsst::geom
 
namespace  lsst::geom::polynomials
 Low-level polynomials (including special polynomials) in C++.
 

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.
 
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.
 
using lsst::geom::polynomials::Chebyshev1Basis2dXY = Chebyshev1Basis2d<PackingOrder::XY>
 A Basis2d for Chebyshev polynomials of the first kind, ordered via PackingOrder::XY.
 
using lsst::geom::polynomials::Chebyshev1Basis2dYX = Chebyshev1Basis2d<PackingOrder::YX>
 A Basis2d for Chebyshev polynomials of the first kind, ordered via PackingOrder::YX.
 
using lsst::geom::polynomials::ScaledChebyshev1Basis2dXY = ScaledChebyshev1Basis2d<PackingOrder::XY>
 A Basis2d for scaled Chebyshev polynomials of the first kind, ordered via PackingOrder::XY.
 
using lsst::geom::polynomials::ScaledChebyshev1Basis2dYX = ScaledChebyshev1Basis2d<PackingOrder::YX>
 A Basis2d for scaled Chebyshev polynomials of the first kind, ordered via PackingOrder::YX.