https://github.com/cran/nleqslv
Raw File
Tip revision: 5ff90986884ba22a58fb60d64341ab718d5004cc authored by Berend Hasselman on 05 September 2009, 00:00:00 UTC
version 1.5
Tip revision: 5ff9098
NEWS
1.5

o corrected missing/superfluous closing brackets in nleqlsv.Rd

1.4

o correct horrible bug caused by typo in nwnwtn causing dgeqrf to be called 
  with an absurd value for the lwork argument. Typical fortran problem.

1.3

o use blocked Lapack QR routines.
  Significant speed increase for larger n (500+) in most cases.

1.2

o corrected wrong name for the flag for checking an analytical jacobian in  nleqslv.R
  and the documentation

1.1

o the default initial trust region size is now set to the length of the Newton step

o corrected various errors in the documentation
	* the termination codes were a muddle
	* several elements of the return list were incorrectly named in the documentation

1.0

o initial version
back to top