lsst.meas.astrom gaf95d0f0f9+e66c719481
|
#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. 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... | |