Tcl wrapper for C optimization procedures (v0.21)

Index

  • Type the index terms you want to search for in the text input field.
  • Matching terms will be shown incrementally as you type.
  • Press Enter to navigate to the target of the first displayed index entry.
  • Alternatively, Tab to move to the index entry of interest and then press Enter to navigate to that documentation page.
  • To jump to this page from any other documentation page, press browser-specific shortcut modifiers with i. For example, on IE and Edge this would be Alt-i while on Firefox and Chrome Alt-Shift-i. Other browsers and platforms may differ.
  • addPars
    <span class='ruff_cmd'>OBJECT addPars</span> <span class='ruff_arg'>?args?</span>
    ::tclopt::Mpfit
  • constructor
    <span class='ruff_cmd'>OBJECT constructor</span> <span class='ruff_arg'>-funct value -m value -pdata value ?-ftol value? ?-xtol value? ?-gtol value? ?-stepfactor value? ?-covtol value? ?-maxiter value? ?-maxfev value? ?-epsfcn value? ?-nofinitecheck?</span>
    Creates optimization object that does least squares fitting using modified Levenberg-Marquardt algorithm.
    ::tclopt::Mpfit
  • constructor
    <span class='ruff_cmd'>Parameter create OBJNAME</span> <span class='ruff_arg'>?args?</span>
    <span class='ruff_cmd'>Parameter new</span> <span class='ruff_arg'>?args?</span>
    ::tclopt::Parameter
  • constructor
    <span class='ruff_cmd'>OBJECT constructor</span> <span class='ruff_arg'>value value ?-fixed? ?-lowlim value? ?-uplim value? ?-step value? ?-relstep value? ?-side value? ?-debugder -debugreltol value -debugabstol value?</span>
    Creates parameter object for ::tclopt::Mpfit class.
    ::tclopt::ParameterMpfit
  • DuplChecker ::tclopt
  • duplListCheck
    <span class='ruff_cmd'>OBJECT duplListCheck</span> <span class='ruff_arg'>list</span>
    Checks if list contains duplicates.
    ::tclopt::DuplChecker
  • getAllPars
    <span class='ruff_cmd'>OBJECT getAllPars</span> <span class='ruff_arg'>?args?</span>
    Gets references of all parameters objects.
    ::tclopt::Mpfit
  • getAllParsNames
    <span class='ruff_cmd'>OBJECT getAllParsNames</span> <span class='ruff_arg'>?args?</span>
    Gets names of all parameters.
    ::tclopt::Mpfit
  • Mpfit ::tclopt
  • Parameter ::tclopt
  • ParameterMpfit ::tclopt
  • run
    <span class='ruff_cmd'>OBJECT run</span> 
    Runs optimization.
    ::tclopt::Mpfit