| LSSTApplications
    20.0.0
    LSSTDataManagementBasePackage | 
 
 
 
Go to the documentation of this file.
   25 #ifndef LSST_MEAS_ASTROM_DETAIL_polynomialUtils_h_INCLUDED 
   26 #define LSST_MEAS_ASTROM_DETAIL_polynomialUtils_h_INCLUDED 
  101     double operator()(
int n, 
int k)
 const { 
return getMatrix()(n, k); }
 
  104     static void extend(
int const n);
 
  106     static Eigen::MatrixXd& getMatrix();
 
  114 #endif  // !LSST_MEAS_ASTROM_DETAIL_polynomialUtils_h_INCLUDED 
  
double operator()(int n, int k) const
Return the binomial coefficient.
int computePackedSize(int order)
Compute this size of a packed 2-d polynomial coefficient array.
BinomialMatrix(int const nMax)
Construct an object that can compute binomial coefficients with  up to and including the given value.
int computePackedOffset(int order)
Compute the index of the first coefficient with the given order in a packed 2-d polynomial coefficien...
A base class for image defects.
void computePowers(Eigen::VectorXd &r, double x)
Fill an array with integer powers of x, so .
A class that computes binomial coefficients up to a certain power.