HTML automatically generated with rman
Table of Contents
recipes - selection of Numerical Recipes routines 
#include <stdinc.h>
#include <numrec/routine>
A small selection of routines from Numerical Recipes  (Press
et al., 1992), is available from within NEMO. (they cannot be compiled outside
of NEMO since the include file <stdinc.h> is needed). 
Note that most NumRec
routines in NEMO don’t use (fortran) 1-based offset arrays, but the (C) 0-based
offset arrays.  
Although including NumRec source code probably
violates a whole slew of federal, state and local laws, we simply cannot
live without them. Since NEMO operates under a cannot-sell-for-profit flag,
we’re probably ok.  
realft    new
four1    new
rkqc    old
Some routines in Version 1 and Version 2 of the original NumRec source
code give different meaning to the parameters, e.g. realft now needs the
length of the array, not half the length. 
Peter Teuben 
~/inc/numrec      various stubs
10-dec-93    document created    PJT
Table of Contents