[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] manual error?
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl] manual error? |
Date: |
Sat, 27 Jun 2009 13:46:39 +0100 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.2 Mule/5.0 (SAKAKI) |
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