#include <chebyshev.h>

Public Member Functions | |
| chebyshev_fitter () | |
| Default constructor. | |
| chebyshev_fitter (std::size_t const &n_terms, FloatType const &low_limit, FloatType const &high_limit) | |
| constructor with coefficient set to zero | |
| chebyshev_fitter (std::size_t const &n_terms, FloatType const &low_limit, FloatType const &high_limit, scitbx::af::const_ref< FloatType > const &cheb_coefs) | |
| constructor with parameter array loading | |
| scitbx::af::shared< FloatType > | dfdcoefs (FloatType const &x_in) |
Same funnctionanlitry as the base class but also returns derivatives of the function with respect to the coefficients
1.5.6