22#ifndef LSST_AFW_MATH_POLYNOMIALS_BinomialMatrix_h_INCLUDED
23#define LSST_AFW_MATH_POLYNOMIALS_BinomialMatrix_h_INCLUDED
27namespace lsst {
namespace geom {
namespace polynomials {
68 Eigen::MatrixXd _matrix;
A class that computes binomial coefficients up to a certain power.
double operator()(int n, int k) const
Return the binomial coefficient.