lsst.geom gd4e50c7800+59995c006e
|
#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 | |
namespace | lsst |
namespace | lsst::geom |
namespace | 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... | |