https://github.com/cran/nleqslv
Revision 0c2311909c856f23ea71953319994cb3a3f79567 authored by Berend Hasselman on 05 September 2009, 23:10:56 UTC, committed by cran-robot on 05 September 2009, 23:10:56 UTC
1 parent 373fd6f
Raw File
Tip revision: 0c2311909c856f23ea71953319994cb3a3f79567 authored by Berend Hasselman on 05 September 2009, 23:10:56 UTC
version 1.5
Tip revision: 0c23119
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