Numerical Recipes in C


This is the C library that implements the algorithms described in the book of the same name. See here.

For full details, see Numerical Recipes in C, 2nd Edition, W.H. Press et al. This is both in the CVSSP library and available free online.

We used to keep an installation of the software locally. They now charge for it, so we don't bother any longer. If you want the old stuff, it is archived at /vol/vssp/src/Old_Stuff/num_rec. The synopsis used to be:


C Synopsis:

#include <nr.h>
#include <nrutil.h>
#include <complex.h>


C++ Synopsis:

extern "C" {
#include <nr.h>
#include <nrutil.h>
#include <complex.h>
}

Include path:

	-I/vol/vssp/src/Old_Stuff/num_rec/include

Library:

	-L/vol/vssp/src/Old_Stuff/num_rec/lib.i686 -lrecipes_c

N.B.: In order to avoid header file conflicts, the function "select" has been renamed "selectt".


F.Mokhtarian@ee.surrey.ac. uk
Last modified: Wed Aug 16 16:20:51 BST 2006