#include <chebyshev.h>

Public Member Functions | |
| chebyshev_smooth_fitter () | |
| Default constructor. | |
| chebyshev_smooth_fitter (std::size_t const &n_terms, FloatType const &low_limit, FloatType const &high_limit) | |
| constructor with coefficient set to zero | |
| chebyshev_smooth_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) |
| void | replace_and_smooth (scitbx::af::const_ref< FloatType > const &new_coefs) |
| scitbx::af::shared< FloatType > | smooth_coefs () |
Chebyshev polynome with gibbs damping
1.5.6