This is the mail archive of the
gsl-discuss@sources.redhat.com
mailing list for the GSL project.
Re: multiroots error checking.
- To: Toby White <tow at theor dot ch dot cam dot ac dot uk>
- Subject: Re: multiroots error checking.
- From: Brian Gough <bjg at network-theory dot co dot uk>
- Date: Thu, 30 Nov 2000 21:58:17 +0000 (GMT)
- Cc: GSL Discuss <gsl-discuss at sources dot redhat dot com>
- References: <873dg9qqy8.fsf@bit.ch.cam.ac.uk>
- Reply-To: gsl-discuss at sources dot redhat dot com
Thanks, now in cvs.
Toby White writes:
> The following patch adds this behaviour; if the function (or derivative)
> provided returns an error code other than GSL_SUCCESS, then
> gsl_multiroot_fd?f_iterate() will return GSL_EBADFUNC.
>