chebyshev_lsq Class Template Reference
Some functionality for least squares fitting.
More...
#include <chebyshev.h>
List of all members.
|
Public Member Functions |
|
| chebyshev_lsq (std::size_t const &n_terms, FloatType const &low_limit, FloatType const &high_limit, scitbx::af::const_ref< FloatType > const &x_obs, scitbx::af::const_ref< FloatType > const &y_obs, scitbx::af::const_ref< FloatType > const &w_obs, scitbx::af::const_ref< bool > const &free_flags) |
|
FloatType | residual () |
|
FloatType | free_residual () |
|
scitbx::af::shared< FloatType > | gradient () |
|
void | replace (scitbx::af::const_ref< FloatType > const &new_coefs) |
|
scitbx::af::shared< FloatType > | coefs () |
Detailed Description
template<typename FloatType = double>
class scitbx::math::chebyshev::chebyshev_lsq< FloatType >
Some functionality for least squares fitting.
The documentation for this class was generated from the following file: