lsst.meas.astrom
20.0.0-1-gc96f8cb+80369286ac
|
Go to the source code of this file.
Namespaces | |
lsst | |
lsst::meas | |
lsst::meas::astrom | |
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... | |