LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include "lsst/geom/polynomials/RecurrenceBasis1d.h"
#include "lsst/geom/polynomials/ScaledBasis1d.h"
#include "lsst/geom/polynomials/Scaling1d.h"
Go to the source code of this file.
Classes | |
class | lsst::geom::polynomials::Chebyshev1Recurrence |
A Recurrence for Chebyshev polynomials of the first kind. More... | |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::geom | |
lsst::geom::polynomials | |
Typedefs | |
using | lsst::geom::polynomials::Chebyshev1Basis1d = RecurrenceBasis1d< Chebyshev1Recurrence > |
A Basis1d for Chebyshev polynomials of the first kind. More... | |
using | lsst::geom::polynomials::ScaledChebyshev1Basis1d = ScaledBasis1d< Chebyshev1Basis1d > |
A Basis1d for scaled Chebyshev polynomials of the first kind. More... | |