Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches

Function used for least-squares fitting. More...

#include <stfnum.h>

Collaboration diagram for stfnum::storedFunc:

Public Member Functions

 storedFunc (const std::string &name_, const std::vector< parInfo > &pInfo_, const Func &func_, const Init &init_, const Jac &jac_, bool hasJac_=true, const Output &output_=defaultOutput)
 Constructor.
 ~storedFunc ()
 Destructor.

Public Attributes

std::string name
std::vector< parInfopInfo
Func func
Init init
Jac jac
bool hasJac
Output output

Detailed Description

Function used for least-squares fitting.

Objects of this class are used for fitting functions to data. The client supplies a function (func), its jacobian (jac), information about the function's parameters (pInfo) and a function to initialize the parameters (init).

Definition at line 270 of file stfnum.h.


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