|
lsst.meas.astrom
15.0-1-g1eca518+15
|
#include "Eigen/Core"Go to the source code of this file.
Classes | |
| class | lsst::meas::astrom::detail::BinomialMatrix |
| A class that computes binomial coefficients up to a certain power. More... | |
Namespaces | |
| lsst | |
| lsst::meas | |
| lsst::meas::astrom | |
| lsst::meas::astrom::detail | |
Functions | |
| int | lsst::meas::astrom::detail::computePackedOffset (int order) |
| Compute the index of the first coefficient with the given order in a packed 2-d polynomial coefficient array. More... | |
| int | lsst::meas::astrom::detail::computePackedSize (int order) |
| Compute this size of a packed 2-d polynomial coefficient array. More... | |
| void | lsst::meas::astrom::detail::computePowers (Eigen::VectorXd &r, double x) |
| Fill an array with integer powers of x, so \($r[n] == r^n\). More... | |
| Eigen::VectorXd | lsst::meas::astrom::detail::computePowers (double x, int n) |
| Return an array with integer powers of x, so \($r[n] == r^n\). More... | |
1.8.13