| VF_getNonlinfitOptions
| VD_getNonlinfitOptions |
VE_getNonlinfitOptions |
|
| Function | retrieve current set of options for nonlinear fitting |
|
| Syntax C/C++ | #include <MFstd.h>
void VF_getNonlinfitOptions( VF_NONLINFITOPTIONS *Options ); |
| Pascal/Delphi | uses MFstd;
procedure VF_getNonlinfitOptions( var Options: VF_NONLINFITOPTIONS ); |
|
| Description | The nonlinear fitting routines like VF_nonlinfit offer the user a lot of different options, packed into a structure VF_NONLINFITOPTIONS (VD_NONLINFITOPTIONS and VE_NONLINFITOPTIONS for the higher accuracy data-types). These options may be set by the function V_setNonlinfitOptions. To retrieve current settings, use
V_getNonlinfitOptions. |
|
|