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

TSquaresBasis

Declaration

Source position: _crw_lsqmin.pas line 47

type TSquaresBasis = function(

  i: Integer;

  var X: array of Double;

  var F: Double;

  var G: array of Double;

  Custom: Pointer;

  M: Integer;

  N: Integer

):Integer;