|
lsst.meas.astrom g374be3e903+3c89c0e672
|
#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 | |
| namespace | lsst |
| namespace | lsst::meas |
| namespace | lsst::meas::astrom |
| namespace | 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. | |
| int | lsst::meas::astrom::detail::computePackedSize (int order) |
| Compute this size of a packed 2-d polynomial coefficient array. | |
| void | lsst::meas::astrom::detail::computePowers (Eigen::VectorXd &r, double x) |
| Fill an array with integer powers of x, so \($r[n] == r^n\). | |
| Eigen::VectorXd | lsst::meas::astrom::detail::computePowers (double x, int n) |
| Return an array with integer powers of x, so \($r[n] == r^n\). | |