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

Partial_Pivoting

Declaration

Source position: _crw_lsqpoly.pas line 58

function Partial_Pivoting(

  N: Integer;

  M: Integer;

  var A: array of Double;

  var X: array of Double;

  var Y: array of Double;

  Eps: Double = LsqPolyEps

):Integer;