This is the mail archive of the
gsl-discuss@sources.redhat.com
mailing list for the GSL project.
RE: Linking
- From: Trond Mathias Døskeland <trond dot doskeland at nhh dot no>
- To: gsl-discuss at sources dot redhat dot com
- Date: Fri, 08 Nov 2002 13:49:28 +0100
- Subject: RE: Linking
- Organization: NHH
On Fri, 2002-11-08 at 04:29, Trond Mathias Døskeland wrote:
> Hi,
>
> I use MSVC and get the following bug:
> --------------------Configuration: endimminitest - Win32
> Debug--------------------
> Linking...
> endimmini.obj : error LNK2001: unresolved external symbol
> _gsl_min_fminimizer_brent
Is Brent's method implemented ?
I started doing it but I am stalled(lack of time) .. I have debugged C
code based from Brent's book but I had no time to integrate it in GSL.
Is anybody else working on it ?
Or is it just one-dimensional ?
BR,
Jacek
Yes, it is implemented, but what is strange is that all the other
functions are OK, but not this _gsl_min_fminimizer_brent?
T