At Fri, 26 Jun 2009 17:30:49 +0900, Itaru ISHIKAWA wrote: > In "35.9 Examples" section of "Multidimensional Minimization" chapter, > I think it is natural if > my_func.params = ∥ > -> my_func.params = par; > and > minex_func.params = (void *)&par > -> minex_func.params = (void *)par > > According to GSL_MULTIMIN_FN_EVAL definition in "gsl_multimin.h" and > my_f() definition in "35.4 Providing a function to minimize", > I think the corrected expression are more natural.
Thank you for your email. As you say, the & symbol is unnecessary in those places so I will change them. -- Brian Gough _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
