Re: Findfit in C++
- To: mathgroup at smc.vnet.net
- Subject: [mg84949] Re: Findfit in C++
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Mon, 21 Jan 2008 04:05:56 -0500 (EST)
On 1/20/08 at 3:33 AM, xrayspectrum at googlemail.com (Mayneord) wrote: >first I would like to thank you for the information. I got a pdf >file from this book, in which the code is given about >"Levenberg-Marquardt algorithm". I just wanted to copy from it >manually but please can you tell me what is this header file given >at the beginning of the code >#include "nrutil.h" ? . This is a header file which defines a variety of things used through out the various routines in the book. >Can I run the program without including this >or where do I get this file from? No, the code will not compile correctly without that file. The file listing for that file is included in the book in the same manner as the files for the various routines. -- To reply via email subtract one hundred and four