HTML automatically generated with rman
Table of Contents

Name

recipes - selection of Numerical Recipes routines

Synopsis


#include <stdinc.h>
#include <numrec/routine>

Description

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.

Disclaimer

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.

Files


realft    new
four1    new
rkqc    old

Bugs

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.

Author

Peter Teuben

Files


~/inc/numrec      various stubs

Update History


10-dec-93    document created    PJT


Table of Contents