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]

minimizeing


I'm compiling a program for minimizing and the compiler (gcc) complains
about

implicit declaration of function `int gsl_min_fminimizer_x_minimum(...)'

The documentation says that the function name is
gsl_min_fminimizer_x_minimum(...)

but I can compile with the name
gsl_min_fminimizer_minimum(...)

What is the problem? Is a bug in the documentation?

Zunbeltz


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