fit_funct Class Template Reference

#include <fit_base.h>

Inheritance diagram for fit_funct:

fit_funct_fptr fit_funct_mfptr

Detailed Description

template<class param_t, class vec_t = ovector_view>
class fit_funct< param_t, vec_t >

Fitting function base.

Definition at line 38 of file fit_base.h.


Public Member Functions

 fit_funct ()
virtual ~fit_funct ()
virtual int operator() (size_t np, vec_t &p, double x, double &y, param_t &pa)
 Using parameters in p, predict y given x.

Private Member Functions

 fit_funct (const fit_funct &)
fit_functoperator= (const fit_funct &)

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.