lsst.geom g3f8e1907dc+88f4ce61db
|
#include "lsst/geom/Point.h"
#include "lsst/geom/polynomials/SafeSum.h"
#include "lsst/geom/polynomials/PackedIndex.h"
#include "lsst/geom/polynomials/ScaledBasis2d.h"
Go to the source code of this file.
Classes | |
class | lsst::geom::polynomials::PackedBasisWorkspace2d |
A workspace object that can be used to avoid extra memory allocations in repeated calls to PackedBasis2d methods. More... | |
class | lsst::geom::polynomials::PackedBasis2d< Basis1d, packing > |
A Basis2d formed from the product of a Basis1d for each of x and y, truncated at the sum of their orders. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::geom |
namespace | lsst::geom::polynomials |
Low-level polynomials (including special polynomials) in C++. | |