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

ScaleGrad

Declaration

Source position: _crw_funmin.pas line 601

procedure ScaleGrad(

  var Source: array of Double;

  var Dest: array of Double;

  var f: Double;

  var xLo: array of Double;

  var xHi: array of Double;

  n: Integer;

  Inverse: Boolean

);