lsst.meas.astrom gf1cff7945b+7334c4fb8c
Loading...
Searching...
No Matches
Namespaces | Functions
polynomialUtils.cc File Reference
#include <mutex>
#include "lsst/meas/astrom/detail/polynomialUtils.h"

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\).
 
Eigen::VectorXd lsst::meas::astrom::detail::computePowers (double x, int n)
 Return an array with integer powers of x, so \($r[n] == r^n\).