Loading [MathJax]/extensions/tex2jax.js
LSST Applications 29.0.0,g04dff08e69+0440ebfea4,g0fba68d861+39c7333094,g1ec0fe41b4+f536777771,g1fd858c14a+a9301854fb,g35bb328faa+fcb1d3bbc8,g4af146b050+f5e27e7465,g4d2262a081+0d1d1daf5f,g53246c7159+fcb1d3bbc8,g5a012ec0e7+3632fc3ff3,g60b5630c4e+197d614feb,g67b6fd64d1+ed4b5058f4,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g8352419a5c+fcb1d3bbc8,g87b7deb4dc+1a86cc64c8,g8852436030+620f385cd0,g89139ef638+ed4b5058f4,g9125e01d80+fcb1d3bbc8,g94187f82dc+197d614feb,g95f8561545+197d614feb,g989de1cb63+ed4b5058f4,g9d31334357+197d614feb,g9f33ca652e+a02529f034,gabe3b4be73+1e0a283bba,gabf8522325+fa80ff7197,gb1101e3267+c9f6ee41af,gb58c049af0+f03b321e39,gb89ab40317+ed4b5058f4,gc0bb628dac+6dec70b359,gcf25f946ba+620f385cd0,gcf6002c91b+54dde5f3ac,gd6cbbdb0b4+bb83cc51f8,gde0f65d7ad+588c1dba32,ge278dab8ac+d65b3c2b70,ge410e46f29+ed4b5058f4,gf23fb2af72+b9bd8e2eff,gf5e32f922b+fcb1d3bbc8,gf67bdafdda+ed4b5058f4
LSST Data Management Base Package
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PolynomialFunction2d.h
Go to the documentation of this file.
1// -*- LSST-C++ -*-
2/*
3 * Developed for the LSST Data Management System.
4 * This product includes software developed by the LSST Project
5 * (https://www.lsst.org).
6 * See the COPYRIGHT file at the top-level directory of this distribution
7 * for details of code ownership.
8 *
9 * This program is free software: you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation, either version 3 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program. If not, see <https://www.gnu.org/licenses/>.
21 */
22#ifndef LSST_AFW_MATH_POLYNOMIALS_PolynomialFunction2d_h_INCLUDED
23#define LSST_AFW_MATH_POLYNOMIALS_PolynomialFunction2d_h_INCLUDED
24
27
28namespace lsst { namespace geom { namespace polynomials {
29
31template <PackingOrder packing>
33
35template <PackingOrder packing>
37
40
43
46
49
59template <PackingOrder packing>
61
62}}} // namespace lsst::geom::polynomials
63
64#endif // !LSST_AFW_MATH_POLYNOMIALS_PolynomialFunction2d_h_INCLUDED
A 2-d function defined by a series expansion and its coefficients.
Definition Function2d.h:42
Low-level polynomials (including special polynomials) in C++.
PolynomialFunction1d simplified(ScaledPolynomialFunction1d const &f)
Calculate the standard polynomial function that is equivalent to a scaled standard polynomial functio...
ScaledPolynomialFunction2d< PackingOrder::YX > ScaledPolynomialFunction2dYX
A Function2d for scaled standard polynomials, ordered via PackingOrder::YX.
PolynomialFunction2d< PackingOrder::XY > PolynomialFunction2dXY
A Function2d for standard polynomials, ordered via PackingOrder::XY.
Function2d< ScaledPolynomialBasis2d< packing > > ScaledPolynomialFunction2d
A Function2d for scaled standard polynomials.
Function2d< PolynomialBasis2d< packing > > PolynomialFunction2d
A Function2d for standard polynomials.
ScaledPolynomialFunction2d< PackingOrder::XY > ScaledPolynomialFunction2dXY
A Function2d for scaled standard polynomials, ordered via PackingOrder::XY.
PolynomialFunction2d< PackingOrder::YX > PolynomialFunction2dYX
A Function2d for standard polynomials, ordered via PackingOrder::YX.