lsst.meas.astrom 22.0.1-13-g5babe48+8c2389de50
|
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::meas |
namespace | lsst::meas::astrom |
namespace | lsst::meas::astrom::detail |
Functions | |
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... | |