|
Stimfit @PACKAGE_VERSION@
|
Function used for least-squares fitting. More...
#include <stfnum.h>

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< parInfo > | pInfo |
| Func | func |
| Init | init |
| Jac | jac |
| bool | hasJac |
| Output | output |
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).