lsst.geom ga1e77700b3+13422f01d9
Loading...
Searching...
No Matches
Namespaces | Typedefs
Chebyshev1Function2d.h File Reference
#include "lsst/geom/polynomials/Function2d.h"
#include "lsst/geom/polynomials/Chebyshev1Basis2d.h"

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::Chebyshev1Function2d = Function2d<Chebyshev1Basis2d<packing>>
 A Function2d for Chebyshev polynomials of the first kind, templated on packing order.
 
template<PackingOrder packing>
using lsst::geom::polynomials::ScaledChebyshev1Function2d = Function2d<ScaledChebyshev1Basis2d<packing>>
 A Function2d for scaled Chebyshev polynomials of the first kind, templated on packing order.
 
using lsst::geom::polynomials::Chebyshev1Function2dXY = Chebyshev1Function2d<PackingOrder::XY>
 A Function2d for Chebyshev polynomials of the first kind, ordered via PackingOrder::XY.
 
using lsst::geom::polynomials::Chebyshev1Function2dYX = Chebyshev1Function2d<PackingOrder::YX>
 A Function2d for Chebyshev polynomials of the first kind, ordered via PackingOrder::YX.
 
using lsst::geom::polynomials::ScaledChebyshev1Function2dXY = ScaledChebyshev1Function2d<PackingOrder::XY>
 A Function2d for scaled Chebyshev polynomials of the first kind, ordered via PackingOrder::XY.
 
using lsst::geom::polynomials::ScaledChebyshev1Function2dYX = ScaledChebyshev1Function2d<PackingOrder::YX>
 A Function2d for scaled Chebyshev polynomials of the first kind, ordered via PackingOrder::YX.