[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_crwapi' (#crwlib)

TFitProblem

Declaration

Source position: _crw_crwapi.pas line 1026

type TFitProblem = function(

  t: Double;

  n: Integer;

  var x: array of Double;

  var f: Double;

  var g: array of Double;

  Custom: Pointer

):Integer;