Unit 'unewton' Package
[Overview][Procedures and functions][Index] [#pl_dmath]

Newton

Declaration

Source position: unewton.pas line 18

procedure Newton(

  Func: TFuncNVar;

  HessGrad: THessGrad;

  X: TVector;

  Lb: Integer;

  Ub: Integer;

  MaxIter: Integer;

  Tol: Float;

  var F_min: Float;

  G: TVector;

  H_inv: TMatrix;

  var Det: Float

);



CT Web help

CodeTyphon Studio