Generalized fitting function [abstract base]. More...
#include <fit_base.h>
Default template arguments
vec_t
- boost::numeric::ublas::vector < double >mat_t
- boost::numeric::ublas::matrix < double > Definition at line 137 of file fit_base.h.
Public Member Functions | |
virtual void | operator() (size_t np, const vec_t &p, size_t nd, vec_t &f)=0 |
Using parameters in p , compute the relative deviations in f . | |
virtual void | jac (size_t np, vec_t &p, size_t nd, vec_t &f, mat_t &J)=0 |
Using parameters in p , compute the Jacobian in J . | |
virtual size_t | get_ndata ()=0 |
Return the number of data points. | |
Private Member Functions | |
gen_fit_funct (const gen_fit_funct &) | |
gen_fit_funct & | operator= (const gen_fit_funct &) |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).