At Sat, 1 Nov 2008 22:19:16 -0400, Gerald I. Evenden wrote: > What I am concerned with is: can I depend upon a call to the basic > function prior to a call to the derivative function---each with the > same vector x argument.
Hello, We don't make any guarantees about the order of the function calls, so you should not depend on that. -- Brian Gough GNU Scientific Library - http://www.gnu.org/software/gsl/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
