lsst.geom ga1e77700b3+03d07e1c1f
|
Go to the source code of this file.
Classes | |
struct | lsst::geom::polynomials::Index2d |
A custom tuple that relates the indices of two 1-d functions for x and y to the flattened index for the 2-d function they form. More... | |
struct | lsst::geom::polynomials::detail::PackingOrderTraits< PackingOrder::YX > |
struct | lsst::geom::polynomials::detail::PackingOrderTraits< PackingOrder::XY > |
class | lsst::geom::polynomials::PackedIndexIterator< packing > |
An iterator for traversing "packed" triangular 2-d series expansions, in which two 1-d expansions are truncated according to the sum of their orders and all values for one order are stored before any values of the subsequent order. More... | |
class | lsst::geom::polynomials::PackedIndexRange< packing > |
A specialized iterator range class for PackedIndexIterator, providing size calculation, comparison, and range-based for support. More... | |
Namespaces | |
namespace | lsst |
namespace | lsst::geom |
namespace | lsst::geom::polynomials |
Low-level polynomials (including special polynomials) in C++. | |
namespace | lsst::geom::polynomials::detail |
Enumerations | |
enum class | lsst::geom::polynomials::PackingOrder { lsst::geom::polynomials::YX , lsst::geom::polynomials::XY } |
Enum defining the packing orders used to order 2-d polynomial coefficients. More... | |