|
lsst.geom
21.0.0-2-g8f08a60+9c9a9cfcc8
|
#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 | |
| lsst::geom | |
| lsst::geom::polynomials | |
| Low-level polynomials (including special polynomials) in C++. | |
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... | |