This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl_multimin_fminimizer_set guideline


Jacek Pliszka writes:
 > Can I store  gsl_multimin_function *f as one of the fields of
 > gsl_multimin_fminimizer * s   ?
 > 
 > It is not done in Simplex but in my case it would be handy.

It should be in the second element of the struct already, as a result
of the initialisation function gsl_multimin_fminimizer_set() in
fminimizer.c.

-- 
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]