22 #ifndef LSST_AFW_MATH_POLYNOMIALS_BinomialMatrix_h_INCLUDED 23 #define LSST_AFW_MATH_POLYNOMIALS_BinomialMatrix_h_INCLUDED 27 namespace lsst {
namespace geom {
namespace polynomials {
68 Eigen::MatrixXd _matrix;
73 #endif // !LSST_AFW_MATH_POLYNOMIALS_BinomialMatrix_h_INCLUDED BinomialMatrix(int nMax)
Construct an object that can compute binomial coefficients with up to and including the given value...
A base class for image defects.
A class that computes binomial coefficients up to a certain power.
double operator()(int n, int k) const
Return the binomial coefficient.