Blame multiroots/ChangeLog

Packit 67cb25
2011-01-24  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* gnewton.c (gnewton_iterate): check for singular jacobian
Packit 67cb25
Packit 67cb25
	* newton.c (newton_iterate): check for singular jacobian
Packit 67cb25
Packit 67cb25
2009-07-09  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fsolver.c (gsl_multiroot_fsolver_free): handle NULL argument in
Packit 67cb25
	free
Packit 67cb25
Packit 67cb25
	* fdfsolver.c (gsl_multiroot_fdfsolver_free): handle NULL argument
Packit 67cb25
	in free
Packit 67cb25
Packit 67cb25
2008-07-03  Brian Gough  <bjg@hp2.network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (INCLUDES): use top_srcdir instead of top_builddir
Packit 67cb25
Packit 67cb25
2007-11-09  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* convergence.c (gsl_multiroot_test_delta): accept dxi = 0
Packit 67cb25
Packit 67cb25
2007-08-27  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fdjac.c (gsl_multiroot_fdjacobian): detect null columns (dx too
Packit 67cb25
	small)
Packit 67cb25
	(gsl_multiroot_fdjacobian): avoid memory leak for x1,f1
Packit 67cb25
Packit 67cb25
2007-01-26  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fsolver.c (gsl_multiroot_fsolver_set): made vector argument x
Packit 67cb25
	const
Packit 67cb25
Packit 67cb25
	* fdfsolver.c (gsl_multiroot_fdfsolver_set): made vector argument
Packit 67cb25
	x const
Packit 67cb25
Packit 67cb25
Tue Nov 12 22:26:40 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* newton.c (newton_alloc): return error code, not null
Packit 67cb25
Packit 67cb25
	* hybridj.c (hybridj_alloc): return error code, not null
Packit 67cb25
Packit 67cb25
	* hybrid.c (hybrid_alloc): return error code, not null
Packit 67cb25
Packit 67cb25
	* gnewton.c (gnewton_alloc): return error code, not null
Packit 67cb25
Packit 67cb25
	* dnewton.c (dnewton_alloc): return error code, not null
Packit 67cb25
Packit 67cb25
	* broyden.c (broyden_alloc): return error code, not null
Packit 67cb25
Packit 67cb25
Wed May  1 21:40:55 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fdfsolver.c (gsl_multiroot_fdfsolver_dx): new function to return
Packit 67cb25
 	dx
Packit 67cb25
	(gsl_multiroot_fdfsolver_f): new function to return f
Packit 67cb25
Packit 67cb25
	* fsolver.c (gsl_multiroot_fsolver_dx): new function to return dx
Packit 67cb25
	(gsl_multiroot_fsolver_f): new function to return f
Packit 67cb25
Packit 67cb25
Sat Jan 26 17:11:34 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* hybrid.c (set): fix broken 'if' statement
Packit 67cb25
Packit 67cb25
Thu Jan 10 19:26:55 2002  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* hybrid.c dnewton.c: return status values for user-function
Packit 67cb25
 	(Theis Peter Hansen)
Packit 67cb25
Packit 67cb25
Tue Jun 19 23:40:18 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* hybrid.c: removed workspace for linalg calls, no longer needed
Packit 67cb25
Packit 67cb25
	* hybridj.c: removed workspace for linalg calls, no longer needed
Packit 67cb25
Packit 67cb25
Wed Jun  6 13:31:18 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* hybridj.c: updated to use new QR calling convention (now passes
Packit 67cb25
 	workspace)
Packit 67cb25
Packit 67cb25
	* hybrid.c: updated to use new QR calling convention (now passes
Packit 67cb25
 	workspace)
Packit 67cb25
Packit 67cb25
Mon Apr 23 12:55:39 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* Makefile.am (test_LDADD): added cblas lib
Packit 67cb25
Packit 67cb25
Mon Apr 16 20:18:08 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* dnewton.c (dnewton_iterate): removed unnecessary status variable
Packit 67cb25
Packit 67cb25
Sun Feb 18 11:26:45 2001  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fdfsolver.c fsolver.c: changed so that the solver _alloc
Packit 67cb25
 	function no longer calls _set, the user must do that separately.
Packit 67cb25
	
Packit 67cb25
Thu Nov 30 21:48:39 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* newton.c (newton_iterate): return GSL_EBADFUNC if error in
Packit 67cb25
 	function evaluation
Packit 67cb25
Packit 67cb25
	* hybridj.c (iterate): return GSL_EBADFUNC if error in
Packit 67cb25
 	function evaluation
Packit 67cb25
Packit 67cb25
	* hybrid.c (iterate): return GSL_EBADFUNC if error in function
Packit 67cb25
 	evaluation
Packit 67cb25
Packit 67cb25
	* gnewton.c (gnewton_iterate): return GSL_EBADFUNC if error in
Packit 67cb25
 	function evaluation
Packit 67cb25
Packit 67cb25
	* fdjac.c (gsl_multiroot_fdjacobian): return GSL_EBADFUNC if error
Packit 67cb25
 	in function evaluation
Packit 67cb25
Packit 67cb25
	* dnewton.c (dnewton_iterate): return GSL_EBADFUNC if error in
Packit 67cb25
 	function evaluation
Packit 67cb25
Packit 67cb25
	* broyden.c (broyden_iterate): return GSL_EBADFUNC if error in
Packit 67cb25
 	function evaluation
Packit 67cb25
Packit 67cb25
Sun Aug 27 13:43:13 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* hybridj.c hybrid.c dogleg.c: begin comments with a capital
Packit 67cb25
 	letter to improve readability
Packit 67cb25
Packit 67cb25
Sat Aug 26 16:12:19 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* hybridj.c hybrid.c: renamed rdiag to tau, since it plays that
Packit 67cb25
 	role here and is not the diagonal of R (see qr.c documentation for
Packit 67cb25
 	more details)
Packit 67cb25
Packit 67cb25
Wed Feb 23 15:36:39 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* changed gsl_vector_copy to gsl_vector_cpy 
Packit 67cb25
Packit 67cb25
Fri Feb 18 18:45:02 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fixed various .c files to use permutation
Packit 67cb25
Packit 67cb25
Wed Feb 16 21:13:24 2000  Brian Gough  <bjg@network-theory.co.uk>
Packit 67cb25
Packit 67cb25
	* fixed Makefiles that include gsl_linalg.h to add
Packit 67cb25
 	-I$(srcdir)/../permutation to their include path
Packit 67cb25