chebyshev_fitter Class Template Reference

A chebyshev polynome for coefficient fitting purposes. More...

#include <chebyshev.h>

Inheritance diagram for chebyshev_fitter:

chebyshev_base

List of all members.

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)


Detailed Description

template<typename FloatType = double>
class scitbx::math::chebyshev::chebyshev_fitter< FloatType >

A chebyshev polynome for coefficient fitting purposes.

Same funnctionanlitry as the base class but also returns derivatives of the function with respect to the coefficients


The documentation for this class was generated from the following file:

Generated on Tue Sep 1 17:12:36 2009 for cctbx by  doxygen 1.5.6